Html Css Color HEX #36321B Graphite

📋 copy color: '#36321B'

red 54 ◦ green 50 ◦ blue 27

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

Shades of Graphite #36321B

Tints of Graphite #36321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.61%

R = 41.22%
G = 38.17%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#36321B (or 0x36321B) is known color: Graphite. HEX triplet: 36, 32 and 1B. RGB value is (54,50,27). Sum of RGB (Red+Green+Blue) = 54+50+27=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #36321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36321B is #C9CDE4. Grayscale: #303030. Windows color (decimal): -13225445 or 1782326. OLE color: 1782326.

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

Color convert

RGB 54 50 27 -
CMYK 0 0.07 0.5 0.79
HSL 51.11º 0.33% 0.16% -
HSV(B) 51.11º 0.5% 0.21% -
XYZ 2.86 3.14 1.49 -
YUV 48.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 54 50 27 0 0.07 0.5 0.79 51.11 0.33 0.16
Hex 36 32 1B 0 7 32 4F 33 21 10
Octal 66 62 33 0 7 62 117 63 41 20
Binary 110110 110010 11011 0 111 110010 1001111 110011 100001 10000

Color Harmonies of #36321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36321B

Black with #36321B

Text Example


Text Example

White with #36321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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