Html Css Color HEX #363324 Graphite

📋 copy color: '#363324'

red 54 ◦ green 51 ◦ blue 36

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

Shades of Graphite #363324

Tints of Graphite #363324

RGB

 RED value IS 54 (21.48% from 255) = 38.3%

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

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

R = 38.3%
G = 36.17%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.79

RGB Variations

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

Color information

#363324 (or 0x363324) is known color: Graphite. HEX triplet: 36, 33 and 24. RGB value is (54,51,36). Sum of RGB (Red+Green+Blue) = 54+51+36=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #363324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363324 is #C9CCDB. Grayscale: #323232. Windows color (decimal): -13225180 or 2372406. OLE color: 2372406.

HSL color Cylindrical-coordinate representation of color #363324: hue angle of 50º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #363324 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 36 -
CMYK 0 0.06 0.33 0.79
HSL 50º 0.2% 0.18% -
HSV(B) 50º 0.33% 0.21% -
XYZ 3.02 3.28 2.14 -
YUV 50.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 54 51 36 0 0.06 0.33 0.79 50 0.2 0.18
Hex 36 33 24 0 6 21 4F 32 14 12
Octal 66 63 44 0 6 41 117 62 24 22
Binary 110110 110011 100100 0 110 100001 1001111 110010 10100 10010

Color Harmonies of #363324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363324

Black with #363324

Text Example


Text Example

White with #363324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363324; }

 p { color: rgb(54,51,36); }

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

background-color css

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

 a { background-color: rgb(54,51,36); }

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

border-color css

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

 span { border-color: rgb(54,51,36); }

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