Html Css Color HEX #36301B Graphite

📋 copy color: '#36301B'

red 54 ◦ green 48 ◦ blue 27

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

Shades of Graphite #36301B

Tints of Graphite #36301B

RGB

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

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

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

R = 41.86%
G = 37.21%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#36301B (or 0x36301B) is known color: Graphite. HEX triplet: 36, 30 and 1B. RGB value is (54,48,27). Sum of RGB (Red+Green+Blue) = 54+48+27=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #36301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301B is #C9CFE4. Grayscale: #2F2F2F. Windows color (decimal): -13225957 or 1781814. OLE color: 1781814.

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

Color convert

RGB 54 48 27 -
CMYK 0 0.11 0.5 0.79
HSL 46.67º 0.33% 0.16% -
HSV(B) 46.67º 0.5% 0.21% -
XYZ 2.78 2.98 1.47 -
YUV 47.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 54 48 27 0 0.11 0.5 0.79 46.67 0.33 0.16
Hex 36 30 1B 0 B 32 4F 2F 21 10
Octal 66 60 33 0 13 62 117 57 41 20
Binary 110110 110000 11011 0 1011 110010 1001111 101111 100001 10000

Color Harmonies of #36301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36301B

Black with #36301B

Text Example


Text Example

White with #36301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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