Html Css Color HEX #36311E Graphite

📋 copy color: '#36311E'

red 54 ◦ green 49 ◦ blue 30

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

Shades of Graphite #36311E

Tints of Graphite #36311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.56%

R = 40.6%
G = 36.84%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#36311E (or 0x36311E) is known color: Graphite. HEX triplet: 36, 31 and 1E. RGB value is (54,49,30). Sum of RGB (Red+Green+Blue) = 54+49+30=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #36311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36311E is #C9CEE1. Grayscale: #303030. Windows color (decimal): -13225698 or 1978678. OLE color: 1978678.

HSL color Cylindrical-coordinate representation of color #36311E: hue angle of 47.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36311E is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 49 30 -
CMYK 0 0.09 0.44 0.79
HSL 47.5º 0.29% 0.16% -
HSV(B) 47.5º 0.44% 0.21% -
XYZ 2.85 3.07 1.67 -
YUV 48.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 54 49 30 0 0.09 0.44 0.79 47.5 0.29 0.16
Hex 36 31 1E 0 9 2C 4F 30 1D 10
Octal 66 61 36 0 11 54 117 60 35 20
Binary 110110 110001 11110 0 1001 101100 1001111 110000 11101 10000

Color Harmonies of #36311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36311E

Black with #36311E

Text Example


Text Example

White with #36311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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