Html Css Color HEX #372F2D Gondola

📋 copy color: '#372F2D'

red 55 ◦ green 47 ◦ blue 45

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

Shades of Gondola #372F2D

Tints of Gondola #372F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.97%

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 37.41%
G = 31.97%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#372F2D (or 0x372F2D) is known color: Gondola. HEX triplet: 37, 2F and 2D. RGB value is (55,47,45). Sum of RGB (Red+Green+Blue) = 55+47+45=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #372F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F2D is #C8D0D2. Grayscale: #313131. Windows color (decimal): -13160659 or 2961207. OLE color: 2961207.

HSL color Cylindrical-coordinate representation of color #372F2D: hue angle of 12º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #372F2D is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 47 45 -
CMYK 0 0.15 0.18 0.78
HSL 12º 0.1% 0.2% -
HSV(B) 12º 0.18% 0.22% -
XYZ 3.07 3.03 2.91 -
YUV 49.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 55 47 45 0 0.15 0.18 0.78 12 0.1 0.2
Hex 37 2F 2D 0 F 12 4E C A 14
Octal 67 57 55 0 17 22 116 14 12 24
Binary 110111 101111 101101 0 1111 10010 1001110 1100 1010 10100

Color Harmonies of #372F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F2D

Black with #372F2D

Text Example


Text Example

White with #372F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372F2D; }

 p { color: rgb(55,47,45); }

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

background-color css

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

 a { background-color: rgb(55,47,45); }

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

border-color css

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

 span { border-color: rgb(55,47,45); }

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