Html Css Color HEX #36342C Graphite

📋 copy color: '#36342C'

red 54 ◦ green 52 ◦ blue 44

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

Shades of Graphite #36342C

Tints of Graphite #36342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 36%
G = 34.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#36342C (or 0x36342C) is known color: Graphite. HEX triplet: 36, 34 and 2C. RGB value is (54,52,44). Sum of RGB (Red+Green+Blue) = 54+52+44=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 54 - color contains mainly: red. Hex color #36342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36342C is #C9CBD3. Grayscale: #333333. Windows color (decimal): -13224916 or 2896950. OLE color: 2896950.

HSL color Cylindrical-coordinate representation of color #36342C: hue angle of 48º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #36342C is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 52 44 -
CMYK 0 0.04 0.19 0.79
HSL 48º 0.1% 0.19% -
HSV(B) 48º 0.19% 0.21% -
XYZ 3.2 3.42 2.87 -
YUV 51.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 54 52 44 0 0.04 0.19 0.79 48 0.1 0.19
Hex 36 34 2C 0 4 13 4F 30 A 13
Octal 66 64 54 0 4 23 117 60 12 23
Binary 110110 110100 101100 0 100 10011 1001111 110000 1010 10011

Color Harmonies of #36342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36342C

Black with #36342C

Text Example


Text Example

White with #36342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,52,44); }

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

background-color css

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

 a { background-color: rgb(54,52,44); }

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

border-color css

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

 span { border-color: rgb(54,52,44); }

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