Html Css Color HEX #36332A Graphite

📋 copy color: '#36332A'

red 54 ◦ green 51 ◦ blue 42

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

Shades of Graphite #36332A

Tints of Graphite #36332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.69%

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

R = 36.73%
G = 34.69%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#36332A (or 0x36332A) is known color: Graphite. HEX triplet: 36, 33 and 2A. RGB value is (54,51,42). Sum of RGB (Red+Green+Blue) = 54+51+42=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #36332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332A is #C9CCD5. Grayscale: #323232. Windows color (decimal): -13225174 or 2765622. OLE color: 2765622.

HSL color Cylindrical-coordinate representation of color #36332A: hue angle of 45º 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 #36332A is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 42 -
CMYK 0 0.06 0.22 0.79
HSL 45º 0.13% 0.19% -
HSV(B) 45º 0.22% 0.21% -
XYZ 3.12 3.32 2.67 -
YUV 50.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 54 51 42 0 0.06 0.22 0.79 45 0.13 0.19
Hex 36 33 2A 0 6 16 4F 2D C 13
Octal 66 63 52 0 6 26 117 55 14 23
Binary 110110 110011 101010 0 110 10110 1001111 101101 1100 10011

Color Harmonies of #36332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36332A

Black with #36332A

Text Example


Text Example

White with #36332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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