Html Css Color HEX #383218 Graphite

📋 copy color: '#383218'

red 56 ◦ green 50 ◦ blue 24

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

Shades of Graphite #383218

Tints of Graphite #383218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.46%

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

R = 43.08%
G = 38.46%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#383218 (or 0x383218) is known color: Graphite. HEX triplet: 38, 32 and 18. RGB value is (56,50,24). Sum of RGB (Red+Green+Blue) = 56+50+24=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #383218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383218 is #C7CDE7. Grayscale: #303030. Windows color (decimal): -13094376 or 1585720. OLE color: 1585720.

HSL color Cylindrical-coordinate representation of color #383218: hue angle of 48.75º 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 #383218 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 24 -
CMYK 0 0.11 0.57 0.78
HSL 48.75º 0.4% 0.16% -
HSV(B) 48.75º 0.57% 0.22% -
XYZ 2.94 3.19 1.32 -
YUV 48.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 56 50 24 0 0.11 0.57 0.78 48.75 0.4 0.16
Hex 38 32 18 0 B 39 4E 31 28 10
Octal 70 62 30 0 13 71 116 61 50 20
Binary 111000 110010 11000 0 1011 111001 1001110 110001 101000 10000

Color Harmonies of #383218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383218

Black with #383218

Text Example


Text Example

White with #383218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383218; }

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

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

background-color css

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

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

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

border-color css

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

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

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