Html Css Color HEX #383424 Graphite

📋 copy color: '#383424'

red 56 ◦ green 52 ◦ blue 36

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

Shades of Graphite #383424

Tints of Graphite #383424

RGB

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

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

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

R = 38.89%
G = 36.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#383424 (or 0x383424) is known color: Graphite. HEX triplet: 38, 34 and 24. RGB value is (56,52,36). Sum of RGB (Red+Green+Blue) = 56+52+36=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383424 is #C7CBDB. Grayscale: #333333. Windows color (decimal): -13093852 or 2372664. OLE color: 2372664.

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

Color convert

RGB 56 52 36 -
CMYK 0 0.07 0.36 0.78
HSL 48º 0.22% 0.18% -
HSV(B) 48º 0.36% 0.22% -
XYZ 3.18 3.42 2.16 -
YUV 51.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 56 52 36 0 0.07 0.36 0.78 48 0.22 0.18
Hex 38 34 24 0 7 24 4E 30 16 12
Octal 70 64 44 0 7 44 116 60 26 22
Binary 111000 110100 100100 0 111 100100 1001110 110000 10110 10010

Color Harmonies of #383424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383424

Black with #383424

Text Example


Text Example

White with #383424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383424; }

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

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

background-color css

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

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

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

border-color css

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

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

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