Html Css Color HEX #383428 Graphite

📋 copy color: '#383428'

red 56 ◦ green 52 ◦ blue 40

#383428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Graphite #383428

Tints of Graphite #383428

RGB

 RED value IS 56 (22.27% from 255) = 37.84%

 GREEN value IS 52 (20.7% from 255) = 35.14%

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 37.84%
G = 35.14%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#383428 (or 0x383428) is known color: Graphite. HEX triplet: 38, 34 and 28. RGB value is (56,52,40). Sum of RGB (Red+Green+Blue) = 56+52+40=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #383428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383428 is #C7CBD7. Grayscale: #333333. Windows color (decimal): -13093848 or 2634808. OLE color: 2634808.

HSL color Cylindrical-coordinate representation of color #383428: hue angle of 45º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #383428 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 40 -
CMYK 0 0.07 0.29 0.78
HSL 45º 0.17% 0.19% -
HSV(B) 45º 0.29% 0.22% -
XYZ 3.24 3.45 2.5 -
YUV 51.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 56 52 40 0 0.07 0.29 0.78 45 0.17 0.19
Hex 38 34 28 0 7 1D 4E 2D 11 13
Octal 70 64 50 0 7 35 116 55 21 23
Binary 111000 110100 101000 0 111 11101 1001110 101101 10001 10011

Color Harmonies of #383428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383428

Black with #383428

Text Example


Text Example

White with #383428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383428; }

 p { color: rgb(56,52,40); }

 H1.HeaderClassName
 {
   color: #383428;
 }
 .AnyTagClassName
 {
   color: #383428;
 }
</style>

background-color css

<style>
 a { background-color: #383428; }

 a { background-color: rgb(56,52,40); }

 div.DivClassName
 {
   background-color: #383428;
 }
 .BgClassName
 {
   background-color: #383428;
 }
</style>

border-color css

<style>
 span { border-color: #383428; }

 span { border-color: rgb(56,52,40); }

 td.TdClassName
 {
   border-color: #383428;
 }
 .TagClassName
 {
   border-color: #383428;
 }
</style>