Html Css Color HEX #37302E Gondola

📋 copy color: '#37302E'

red 55 ◦ green 48 ◦ blue 46

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

Shades of Gondola #37302E

Tints of Gondola #37302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.21%

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 36.91%
G = 32.21%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#37302E (or 0x37302E) is known color: Gondola. HEX triplet: 37, 30 and 2E. RGB value is (55,48,46). Sum of RGB (Red+Green+Blue) = 55+48+46=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 55 - color contains mainly: red. Hex color #37302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37302E is #C8CFD1. Grayscale: #313131. Windows color (decimal): -13160402 or 3026999. OLE color: 3026999.

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

Color convert

RGB 55 48 46 -
CMYK 0 0.13 0.16 0.78
HSL 13.33º 0.09% 0.2% -
HSV(B) 13.33º 0.16% 0.22% -
XYZ 3.13 3.12 3.02 -
YUV 49.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 55 48 46 0 0.13 0.16 0.78 13.33 0.09 0.2
Hex 37 30 2E 0 D 10 4E D 9 14
Octal 67 60 56 0 15 20 116 15 11 24
Binary 110111 110000 101110 0 1101 10000 1001110 1101 1001 10100

Color Harmonies of #37302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37302E

Black with #37302E

Text Example


Text Example

White with #37302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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