Html Css Color HEX #36332C Graphite

📋 copy color: '#36332C'

red 54 ◦ green 51 ◦ blue 44

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

Shades of Graphite #36332C

Tints of Graphite #36332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 36.24%
G = 34.23%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#36332C (or 0x36332C) is known color: Graphite. HEX triplet: 36, 33 and 2C. RGB value is (54,51,44). Sum of RGB (Red+Green+Blue) = 54+51+44=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #36332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332C is #C9CCD3. Grayscale: #333333. Windows color (decimal): -13225172 or 2896694. OLE color: 2896694.

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

Color convert

RGB 54 51 44 -
CMYK 0 0.06 0.19 0.79
HSL 42º 0.1% 0.19% -
HSV(B) 42º 0.19% 0.21% -
XYZ 3.16 3.33 2.86 -
YUV 51.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 54 51 44 0 0.06 0.19 0.79 42 0.1 0.19
Hex 36 33 2C 0 6 13 4F 2A A 13
Octal 66 63 54 0 6 23 117 52 12 23
Binary 110110 110011 101100 0 110 10011 1001111 101010 1010 10011

Color Harmonies of #36332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36332C

Black with #36332C

Text Example


Text Example

White with #36332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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