Html Css Color HEX #363231 Gondola

📋 copy color: '#363231'

red 54 ◦ green 50 ◦ blue 49

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

Shades of Gondola #363231

Tints of Gondola #363231

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

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

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

Color convert

RGB 54 50 49 -
CMYK 0 0.07 0.09 0.79
HSL 12º 0.05% 0.2% -
HSV(B) 12º 0.09% 0.21% -
XYZ 3.22 3.29 3.37 -
YUV 51.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 54 50 49 0 0.07 0.09 0.79 12 0.05 0.2
Hex 36 32 31 0 7 9 4F C 5 14
Octal 66 62 61 0 7 11 117 14 5 24
Binary 110110 110010 110001 0 111 1001 1001111 1100 101 10100

Color Harmonies of #363231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363231

Black with #363231

Text Example


Text Example

White with #363231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363231; }

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

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

background-color css

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

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

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

border-color css

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

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

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