Html Css Color HEX #373230 Gondola

📋 copy color: '#373230'

red 55 ◦ green 50 ◦ blue 48

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

Shades of Gondola #373230

Tints of Gondola #373230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.37%

R = 35.95%
G = 32.68%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#373230 (or 0x373230) is known color: Gondola. HEX triplet: 37, 32 and 30. RGB value is (55,50,48). Sum of RGB (Red+Green+Blue) = 55+50+48=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 55 - color contains mainly: red. Hex color #373230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373230 is #C8CDCF. Grayscale: #333333. Windows color (decimal): -13159888 or 3158583. OLE color: 3158583.

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

Color convert

RGB 55 50 48 -
CMYK 0 0.09 0.13 0.78
HSL 17.14º 0.07% 0.2% -
HSV(B) 17.14º 0.13% 0.22% -
XYZ 3.25 3.31 3.26 -
YUV 51.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 55 50 48 0 0.09 0.13 0.78 17.14 0.07 0.2
Hex 37 32 30 0 9 D 4E 11 7 14
Octal 67 62 60 0 11 15 116 21 7 24
Binary 110111 110010 110000 0 1001 1101 1001110 10001 111 10100

Color Harmonies of #373230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373230

Black with #373230

Text Example


Text Example

White with #373230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373230; }

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

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

background-color css

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

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

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

border-color css

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

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

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