Html Css Color HEX #36301E Graphite

📋 copy color: '#36301E'

red 54 ◦ green 48 ◦ blue 30

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

Shades of Graphite #36301E

Tints of Graphite #36301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.36%

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

R = 40.91%
G = 36.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#36301E (or 0x36301E) is known color: Graphite. HEX triplet: 36, 30 and 1E. RGB value is (54,48,30). Sum of RGB (Red+Green+Blue) = 54+48+30=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #36301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301E is #C9CFE1. Grayscale: #2F2F2F. Windows color (decimal): -13225954 or 1978422. OLE color: 1978422.

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

Color convert

RGB 54 48 30 -
CMYK 0 0.11 0.44 0.79
HSL 45º 0.29% 0.16% -
HSV(B) 45º 0.44% 0.21% -
XYZ 2.81 2.99 1.66 -
YUV 47.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 54 48 30 0 0.11 0.44 0.79 45 0.29 0.16
Hex 36 30 1E 0 B 2C 4F 2D 1D 10
Octal 66 60 36 0 13 54 117 55 35 20
Binary 110110 110000 11110 0 1011 101100 1001111 101101 11101 10000

Color Harmonies of #36301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36301E

Black with #36301E

Text Example


Text Example

White with #36301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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