Html Css Color HEX #383524 Graphite

📋 copy color: '#383524'

red 56 ◦ green 53 ◦ blue 36

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

Shades of Graphite #383524

Tints of Graphite #383524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.55%

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

R = 38.62%
G = 36.55%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#383524 (or 0x383524) is known color: Graphite. HEX triplet: 38, 35 and 24. RGB value is (56,53,36). Sum of RGB (Red+Green+Blue) = 56+53+36=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383524 is #C7CADB. Grayscale: #343434. Windows color (decimal): -13093596 or 2372920. OLE color: 2372920.

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

Color convert

RGB 56 53 36 -
CMYK 0 0.05 0.36 0.78
HSL 51º 0.22% 0.18% -
HSV(B) 51º 0.36% 0.22% -
XYZ 3.22 3.51 2.18 -
YUV 51.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 56 53 36 0 0.05 0.36 0.78 51 0.22 0.18
Hex 38 35 24 0 5 24 4E 33 16 12
Octal 70 65 44 0 5 44 116 63 26 22
Binary 111000 110101 100100 0 101 100100 1001110 110011 10110 10010

Color Harmonies of #383524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383524

Black with #383524

Text Example


Text Example

White with #383524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383524; }

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

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

background-color css

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

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

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

border-color css

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

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

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