#3B0F1E

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

Shades of Temptress #3B0F1E

Tints of Temptress #3B0F1E

Color information

#3B0F1E (or 0x3B0F1E) is unknown color: approx Temptress. HEX triplet: 3B, 0F and 1E. RGB value is (59,15,30). Sum of RGB (Red+Green+Blue) = 59+15+30=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F1E is #C4F0E1. Grayscale: #1D1D1D. Windows color (decimal): -12906722 or 1969979. OLE color: 1969979.

HSL color Cylindrical-coordinate representation of color #3B0F1E: hue angle of 339.55º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B0F1E is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB591530-
CMYK00.750.490.77
HSL339.55º59.46%14.51%-
HSV(B)339.55º74.58%23.14%-
XYZ2.211.371.38-
YUV29.87128.08148.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 56.73%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=56.73%
G=14.42%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59153000.750.490.77339.5559.4614.51
Hex3BF1E04B314D1543bf
Octal7317360113611155247317
Binary1110111111111100100101111000110011011010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0F1E; }

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

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

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

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

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

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

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

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