Html Css Color HEX #36342F Graphite

📋 copy color: '#36342F'

red 54 ◦ green 52 ◦ blue 47

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

Shades of Graphite #36342F

Tints of Graphite #36342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.72%

R = 35.29%
G = 33.99%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#36342F (or 0x36342F) is known color: Graphite. HEX triplet: 36, 34 and 2F. RGB value is (54,52,47). Sum of RGB (Red+Green+Blue) = 54+52+47=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 54 - color contains mainly: red. Hex color #36342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36342F is #C9CBD0. Grayscale: #343434. Windows color (decimal): -13224913 or 3093558. OLE color: 3093558.

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

Color convert

RGB 54 52 47 -
CMYK 0 0.04 0.13 0.79
HSL 42.86º 0.07% 0.2% -
HSV(B) 42.86º 0.13% 0.21% -
XYZ 3.26 3.45 3.18 -
YUV 52.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 54 52 47 0 0.04 0.13 0.79 42.86 0.07 0.2
Hex 36 34 2F 0 4 D 4F 2B 7 14
Octal 66 64 57 0 4 15 117 53 7 24
Binary 110110 110100 101111 0 100 1101 1001111 101011 111 10100

Color Harmonies of #36342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36342F

Black with #36342F

Text Example


Text Example

White with #36342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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