Html Css Color HEX #36342E Graphite

📋 copy color: '#36342E'

red 54 ◦ green 52 ◦ blue 46

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

Shades of Graphite #36342E

Tints of Graphite #36342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.26%

R = 35.53%
G = 34.21%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#36342E (or 0x36342E) is known color: Graphite. HEX triplet: 36, 34 and 2E. RGB value is (54,52,46). Sum of RGB (Red+Green+Blue) = 54+52+46=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 54 - color contains mainly: red. Hex color #36342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36342E is #C9CBD1. Grayscale: #333333. Windows color (decimal): -13224914 or 3028022. OLE color: 3028022.

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

Color convert

RGB 54 52 46 -
CMYK 0 0.04 0.15 0.79
HSL 45º 0.08% 0.2% -
HSV(B) 45º 0.15% 0.21% -
XYZ 3.24 3.44 3.08 -
YUV 51.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 54 52 46 0 0.04 0.15 0.79 45 0.08 0.2
Hex 36 34 2E 0 4 F 4F 2D 8 14
Octal 66 64 56 0 4 17 117 55 10 24
Binary 110110 110100 101110 0 100 1111 1001111 101101 1000 10100

Color Harmonies of #36342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36342E

Black with #36342E

Text Example


Text Example

White with #36342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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