Html Css Color HEX #363332 Gondola

📋 copy color: '#363332'

red 54 ◦ green 51 ◦ blue 50

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

Shades of Gondola #363332

Tints of Gondola #363332

RGB

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

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

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

R = 34.84%
G = 32.9%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#363332 (or 0x363332) is known color: Gondola. HEX triplet: 36, 33 and 32. RGB value is (54,51,50). Sum of RGB (Red+Green+Blue) = 54+51+50=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 54 - color contains mainly: red. Hex color #363332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363332 is #C9CCCD. Grayscale: #333333. Windows color (decimal): -13225166 or 3289910. OLE color: 3289910.

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

Color convert

RGB 54 51 50 -
CMYK 0 0.06 0.07 0.79
HSL 15º 0.04% 0.2% -
HSV(B) 15º 0.07% 0.21% -
XYZ 3.28 3.38 3.5 -
YUV 51.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 54 51 50 0 0.06 0.07 0.79 15 0.04 0.2
Hex 36 33 32 0 6 7 4F F 4 14
Octal 66 63 62 0 6 7 117 17 4 24
Binary 110110 110011 110010 0 110 111 1001111 1111 100 10100

Color Harmonies of #363332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363332

Black with #363332

Text Example


Text Example

White with #363332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363332; }

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

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

background-color css

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

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

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

border-color css

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

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

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