Html Css Color HEX #36301C Graphite

📋 copy color: '#36301C'

red 54 ◦ green 48 ◦ blue 28

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

Shades of Graphite #36301C

Tints of Graphite #36301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 41.54%
G = 36.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#36301C (or 0x36301C) is known color: Graphite. HEX triplet: 36, 30 and 1C. RGB value is (54,48,28). Sum of RGB (Red+Green+Blue) = 54+48+28=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #36301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36301C is #C9CFE3. Grayscale: #2F2F2F. Windows color (decimal): -13225956 or 1847350. OLE color: 1847350.

HSL color Cylindrical-coordinate representation of color #36301C: hue angle of 46.15º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36301C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 48 28 -
CMYK 0 0.11 0.48 0.79
HSL 46.15º 0.32% 0.16% -
HSV(B) 46.15º 0.48% 0.21% -
XYZ 2.79 2.98 1.53 -
YUV 47.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 54 48 28 0 0.11 0.48 0.79 46.15 0.32 0.16
Hex 36 30 1C 0 B 30 4F 2E 20 10
Octal 66 60 34 0 13 60 117 56 40 20
Binary 110110 110000 11100 0 1011 110000 1001111 101110 100000 10000

Color Harmonies of #36301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36301C

Black with #36301C

Text Example


Text Example

White with #36301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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