Html Css Color HEX #36331E Graphite

📋 copy color: '#36331E'

red 54 ◦ green 51 ◦ blue 30

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

Shades of Graphite #36331E

Tints of Graphite #36331E

RGB

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

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

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

R = 40%
G = 37.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#36331E (or 0x36331E) is known color: Graphite. HEX triplet: 36, 33 and 1E. RGB value is (54,51,30). Sum of RGB (Red+Green+Blue) = 54+51+30=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36331E is #C9CCE1. Grayscale: #313131. Windows color (decimal): -13225186 or 1979190. OLE color: 1979190.

HSL color Cylindrical-coordinate representation of color #36331E: hue angle of 52.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 #36331E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 30 -
CMYK 0 0.06 0.44 0.79
HSL 52.5º 0.29% 0.16% -
HSV(B) 52.5º 0.44% 0.21% -
XYZ 2.94 3.25 1.7 -
YUV 49.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 54 51 30 0 0.06 0.44 0.79 52.5 0.29 0.16
Hex 36 33 1E 0 6 2C 4F 34 1D 10
Octal 66 63 36 0 6 54 117 64 35 20
Binary 110110 110011 11110 0 110 101100 1001111 110100 11101 10000

Color Harmonies of #36331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36331E

Black with #36331E

Text Example


Text Example

White with #36331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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