Html Css Color HEX #383318 Graphite

📋 copy color: '#383318'

red 56 ◦ green 51 ◦ blue 24

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

Shades of Graphite #383318

Tints of Graphite #383318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 42.75%
G = 38.93%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#383318 (or 0x383318) is known color: Graphite. HEX triplet: 38, 33 and 18. RGB value is (56,51,24). Sum of RGB (Red+Green+Blue) = 56+51+24=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #383318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383318 is #C7CCE7. Grayscale: #313131. Windows color (decimal): -13094120 or 1585976. OLE color: 1585976.

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

Color convert

RGB 56 51 24 -
CMYK 0 0.09 0.57 0.78
HSL 50.63º 0.4% 0.16% -
HSV(B) 50.63º 0.57% 0.22% -
XYZ 2.98 3.27 1.34 -
YUV 49.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 56 51 24 0 0.09 0.57 0.78 50.63 0.4 0.16
Hex 38 33 18 0 9 39 4E 33 28 10
Octal 70 63 30 0 11 71 116 63 50 20
Binary 111000 110011 11000 0 1001 111001 1001110 110011 101000 10000

Color Harmonies of #383318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383318

Black with #383318

Text Example


Text Example

White with #383318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383318; }

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

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

background-color css

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

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

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

border-color css

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

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

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