#371F26

Color #371F26 Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #371F26

Tints of Temptress #371F26

Color information

#371F26 (or 0x371F26) is unknown color: approx Temptress. HEX triplet: 37, 1F and 26. RGB value is (55,31,38). Sum of RGB (Red+Green+Blue) = 55+31+38=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F26 is #C8E0D9. Grayscale: #262626. Windows color (decimal): -13164762 or 2498359. OLE color: 2498359.

HSL color Cylindrical-coordinate representation of color #371F26: hue angle of 342.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #371F26 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB553138-
CMYK00.440.310.78
HSL342.5º27.91%16.86%-
HSV(B)342.5º43.64%21.57%-
XYZ2.421.932.08-
YUV38.97127.45139.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=44.35%
G=25%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55313800.440.310.78342.527.9116.86
Hex371F2602C1F4E1561c11
Octal673746054371165263421
Binary1101111111110011001011001111110011101010101101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371F26; }

 p { color: rgb(55,31,38); }

 H1.HeaderClassName
 {
   color: #371F26;
 }
 .AnyTagClassName
 {
   color: #371F26;
 }
</style>
background-color css

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

 a { background-color: rgb(55,31,38); }

 div.DivClassName
 {
   background-color: #371F26;
 }
 .BgClassName
 {
   background-color: #371F26;
 }
</style>
border-color css

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

 span { border-color: rgb(55,31,38); }

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