Html Css Color HEX #363532 Graphite

📋 copy color: '#363532'

red 54 ◦ green 53 ◦ blue 50

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

Shades of Graphite #363532

Tints of Graphite #363532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 34.39%
G = 33.76%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#363532 (or 0x363532) is known color: Graphite. HEX triplet: 36, 35 and 32. RGB value is (54,53,50). Sum of RGB (Red+Green+Blue) = 54+53+50=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 54 - color contains mainly: red. Hex color #363532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363532 is #C9CACD. Grayscale: #343434. Windows color (decimal): -13224654 or 3290422. OLE color: 3290422.

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

Color convert

RGB 54 53 50 -
CMYK 0 0.02 0.07 0.79
HSL 45º 0.04% 0.2% -
HSV(B) 45º 0.07% 0.21% -
XYZ 3.37 3.56 3.53 -
YUV 52.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 54 53 50 0 0.02 0.07 0.79 45 0.04 0.2
Hex 36 35 32 0 2 7 4F 2D 4 14
Octal 66 65 62 0 2 7 117 55 4 24
Binary 110110 110101 110010 0 10 111 1001111 101101 100 10100

Color Harmonies of #363532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363532

Black with #363532

Text Example


Text Example

White with #363532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363532; }

 p { color: rgb(54,53,50); }

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

background-color css

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

 a { background-color: rgb(54,53,50); }

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

border-color css

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

 span { border-color: rgb(54,53,50); }

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