Html Css Color HEX #363124 Graphite

📋 copy color: '#363124'

red 54 ◦ green 49 ◦ blue 36

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

Shades of Graphite #363124

Tints of Graphite #363124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

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

R = 38.85%
G = 35.25%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.79

RGB Variations

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

Color information

#363124 (or 0x363124) is known color: Graphite. HEX triplet: 36, 31 and 24. RGB value is (54,49,36). Sum of RGB (Red+Green+Blue) = 54+49+36=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #363124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363124 is #C9CEDB. Grayscale: #313131. Windows color (decimal): -13225692 or 2371894. OLE color: 2371894.

HSL color Cylindrical-coordinate representation of color #363124: hue angle of 43.33º 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 #363124 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 49 36 -
CMYK 0 0.09 0.33 0.79
HSL 43.33º 0.2% 0.18% -
HSV(B) 43.33º 0.33% 0.21% -
XYZ 2.94 3.11 2.11 -
YUV 49.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 54 49 36 0 0.09 0.33 0.79 43.33 0.2 0.18
Hex 36 31 24 0 9 21 4F 2B 14 12
Octal 66 61 44 0 11 41 117 53 24 22
Binary 110110 110001 100100 0 1001 100001 1001111 101011 10100 10010

Color Harmonies of #363124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363124

Black with #363124

Text Example


Text Example

White with #363124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363124; }

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

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

background-color css

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

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

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

border-color css

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

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

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