Html Css Color HEX #383224 Graphite

📋 copy color: '#383224'

red 56 ◦ green 50 ◦ blue 36

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

Shades of Graphite #383224

Tints of Graphite #383224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 39.44%
G = 35.21%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#383224 (or 0x383224) is known color: Graphite. HEX triplet: 38, 32 and 24. RGB value is (56,50,36). Sum of RGB (Red+Green+Blue) = 56+50+36=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #383224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383224 is #C7CDDB. Grayscale: #323232. Windows color (decimal): -13094364 or 2372152. OLE color: 2372152.

HSL color Cylindrical-coordinate representation of color #383224: hue angle of 42º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383224 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 36 -
CMYK 0 0.11 0.36 0.78
HSL 42º 0.22% 0.18% -
HSV(B) 42º 0.36% 0.22% -
XYZ 3.09 3.25 2.13 -
YUV 50.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 56 50 36 0 0.11 0.36 0.78 42 0.22 0.18
Hex 38 32 24 0 B 24 4E 2A 16 12
Octal 70 62 44 0 13 44 116 52 26 22
Binary 111000 110010 100100 0 1011 100100 1001110 101010 10110 10010

Color Harmonies of #383224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383224

Black with #383224

Text Example


Text Example

White with #383224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383224; }

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

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

background-color css

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

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

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

border-color css

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

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

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