Html Css Color HEX #383317 Graphite

📋 copy color: '#383317'

red 56 ◦ green 51 ◦ blue 23

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

Shades of Graphite #383317

Tints of Graphite #383317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.23%

 BLUE value IS 23 (9.38% from 255) = 17.69%

R = 43.08%
G = 39.23%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#383317 (or 0x383317) is known color: Graphite. HEX triplet: 38, 33 and 17. RGB value is (56,51,23). Sum of RGB (Red+Green+Blue) = 56+51+23=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #383317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383317 is #C7CCE8. Grayscale: #313131. Windows color (decimal): -13094121 or 1520440. OLE color: 1520440.

HSL color Cylindrical-coordinate representation of color #383317: hue angle of 50.91º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383317 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 23 -
CMYK 0 0.09 0.59 0.78
HSL 50.91º 0.42% 0.15% -
HSV(B) 50.91º 0.59% 0.22% -
XYZ 2.97 3.27 1.29 -
YUV 49.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 56 51 23 0 0.09 0.59 0.78 50.91 0.42 0.15
Hex 38 33 17 0 9 3B 4E 33 2A F
Octal 70 63 27 0 11 73 116 63 52 17
Binary 111000 110011 10111 0 1001 111011 1001110 110011 101010 1111

Color Harmonies of #383317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383317

Black with #383317

Text Example


Text Example

White with #383317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383317; }

 p { color: rgb(56,51,23); }

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

background-color css

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

 a { background-color: rgb(56,51,23); }

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

border-color css

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

 span { border-color: rgb(56,51,23); }

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