Html Css Color HEX #373231 Gondola

📋 copy color: '#373231'

red 55 ◦ green 50 ◦ blue 49

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

Shades of Gondola #373231

Tints of Gondola #373231

RGB

 RED value IS 55 (21.88% from 255) = 35.71%

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

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

R = 35.71%
G = 32.47%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#373231 (or 0x373231) is known color: Gondola. HEX triplet: 37, 32 and 31. RGB value is (55,50,49). Sum of RGB (Red+Green+Blue) = 55+50+49=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 55 - color contains mainly: red. Hex color #373231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373231 is #C8CDCE. Grayscale: #333333. Windows color (decimal): -13159887 or 3224119. OLE color: 3224119.

HSL color Cylindrical-coordinate representation of color #373231: hue angle of 10º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #373231 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 50 49 -
CMYK 0 0.09 0.11 0.78
HSL 10º 0.06% 0.2% -
HSV(B) 10º 0.11% 0.22% -
XYZ 3.27 3.32 3.37 -
YUV 51.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 55 50 49 0 0.09 0.11 0.78 10 0.06 0.2
Hex 37 32 31 0 9 B 4E A 6 14
Octal 67 62 61 0 11 13 116 12 6 24
Binary 110111 110010 110001 0 1001 1011 1001110 1010 110 10100

Color Harmonies of #373231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373231

Black with #373231

Text Example


Text Example

White with #373231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373231; }

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

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

background-color css

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

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

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

border-color css

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

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

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