Html Css Color HEX #363132 Havana

📋 copy color: '#363132'

red 54 ◦ green 49 ◦ blue 50

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

Shades of Havana #363132

Tints of Havana #363132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

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

R = 35.29%
G = 32.03%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#363132 (or 0x363132) is known color: Havana. HEX triplet: 36, 31 and 32. RGB value is (54,49,50). Sum of RGB (Red+Green+Blue) = 54+49+50=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 54 - color contains mainly: red. Hex color #363132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363132 is #C9CECD. Grayscale: #323232. Windows color (decimal): -13225678 or 3289398. OLE color: 3289398.

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

Color convert

RGB 54 49 50 -
CMYK 0 0.09 0.07 0.79
HSL 348º 0.05% 0.2% -
HSV(B) 348º 0.09% 0.21% -
XYZ 3.2 3.21 3.47 -
YUV 50.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 54 49 50 0 0.09 0.07 0.79 348 0.05 0.2
Hex 36 31 32 0 9 7 4F 15C 5 14
Octal 66 61 62 0 11 7 117 534 5 24
Binary 110110 110001 110010 0 1001 111 1001111 101011100 101 10100

Color Harmonies of #363132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363132

Black with #363132

Text Example


Text Example

White with #363132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363132; }

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

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

background-color css

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

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

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

border-color css

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

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

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