#370F1E

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

Shades of Temptress #370F1E

Tints of Temptress #370F1E

Color information

#370F1E (or 0x370F1E) is unknown color: approx Temptress. HEX triplet: 37, 0F and 1E. RGB value is (55,15,30). Sum of RGB (Red+Green+Blue) = 55+15+30=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #370F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F1E is #C8F0E1. Grayscale: #1C1C1C. Windows color (decimal): -13168866 or 1969975. OLE color: 1969975.

HSL color Cylindrical-coordinate representation of color #370F1E: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F1E is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB551530-
CMYK00.730.450.78
HSL337.5º57.14%13.73%-
HSV(B)337.5º72.73%21.57%-
XYZ1.981.251.36-
YUV28.67128.75146.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55%
GREEN value IS 15 (6.25% from 255) = 15%
BLUE value IS 30 (12.11% from 255) = 30%
R=55%
G=15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55153000.730.450.78337.557.1413.73
Hex37F1E0492D4E15239e
Octal6717360111551165227116
Binary1101111111111100100100110110110011101010100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370F1E; }

 p { color: rgb(55,15,30); }

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

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

 a { background-color: rgb(55,15,30); }

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

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

 span { border-color: rgb(55,15,30); }

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