Html Css Color HEX #36342A Graphite

📋 copy color: '#36342A'

red 54 ◦ green 52 ◦ blue 42

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

Shades of Graphite #36342A

Tints of Graphite #36342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.38%

R = 36.49%
G = 35.14%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#36342A (or 0x36342A) is known color: Graphite. HEX triplet: 36, 34 and 2A. RGB value is (54,52,42). Sum of RGB (Red+Green+Blue) = 54+52+42=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #36342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36342A is #C9CBD5. Grayscale: #333333. Windows color (decimal): -13224918 or 2765878. OLE color: 2765878.

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

Color convert

RGB 54 52 42 -
CMYK 0 0.04 0.22 0.79
HSL 50º 0.13% 0.19% -
HSV(B) 50º 0.22% 0.21% -
XYZ 3.17 3.41 2.68 -
YUV 51.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 54 52 42 0 0.04 0.22 0.79 50 0.13 0.19
Hex 36 34 2A 0 4 16 4F 32 C 13
Octal 66 64 52 0 4 26 117 62 14 23
Binary 110110 110100 101010 0 100 10110 1001111 110010 1100 10011

Color Harmonies of #36342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36342A

Black with #36342A

Text Example


Text Example

White with #36342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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