Html Css Color HEX #36311B Graphite

📋 copy color: '#36311B'

red 54 ◦ green 49 ◦ blue 27

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

Shades of Graphite #36311B

Tints of Graphite #36311B

RGB

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

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

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

R = 41.54%
G = 37.69%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#36311B (or 0x36311B) is known color: Graphite. HEX triplet: 36, 31 and 1B. RGB value is (54,49,27). Sum of RGB (Red+Green+Blue) = 54+49+27=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #36311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36311B is #C9CEE4. Grayscale: #303030. Windows color (decimal): -13225701 or 1782070. OLE color: 1782070.

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

Color convert

RGB 54 49 27 -
CMYK 0 0.09 0.5 0.79
HSL 48.89º 0.33% 0.16% -
HSV(B) 48.89º 0.5% 0.21% -
XYZ 2.82 3.06 1.48 -
YUV 47.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 54 49 27 0 0.09 0.5 0.79 48.89 0.33 0.16
Hex 36 31 1B 0 9 32 4F 31 21 10
Octal 66 61 33 0 11 62 117 61 41 20
Binary 110110 110001 11011 0 1001 110010 1001111 110001 100001 10000

Color Harmonies of #36311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36311B

Black with #36311B

Text Example


Text Example

White with #36311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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