Html Css Color HEX #36321C Graphite

📋 copy color: '#36321C'

red 54 ◦ green 50 ◦ blue 28

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

Shades of Graphite #36321C

Tints of Graphite #36321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.88%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 40.91%
G = 37.88%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#36321C (or 0x36321C) is known color: Graphite. HEX triplet: 36, 32 and 1C. RGB value is (54,50,28). Sum of RGB (Red+Green+Blue) = 54+50+28=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #36321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36321C is #C9CDE3. Grayscale: #303030. Windows color (decimal): -13225444 or 1847862. OLE color: 1847862.

HSL color Cylindrical-coordinate representation of color #36321C: hue angle of 50.77º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36321C is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 50 28 -
CMYK 0 0.07 0.48 0.79
HSL 50.77º 0.32% 0.16% -
HSV(B) 50.77º 0.48% 0.21% -
XYZ 2.87 3.15 1.56 -
YUV 48.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 54 50 28 0 0.07 0.48 0.79 50.77 0.32 0.16
Hex 36 32 1C 0 7 30 4F 33 20 10
Octal 66 62 34 0 7 60 117 63 40 20
Binary 110110 110010 11100 0 111 110000 1001111 110011 100000 10000

Color Harmonies of #36321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36321C

Black with #36321C

Text Example


Text Example

White with #36321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,50,28); }

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

background-color css

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

 a { background-color: rgb(54,50,28); }

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

border-color css

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

 span { border-color: rgb(54,50,28); }

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