#3B0F1D

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

Shades of Temptress #3B0F1D

Tints of Temptress #3B0F1D

Color information

#3B0F1D (or 0x3B0F1D) is unknown color: approx Temptress. HEX triplet: 3B, 0F and 1D. RGB value is (59,15,29). Sum of RGB (Red+Green+Blue) = 59+15+29=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F1D is #C4F0E2. Grayscale: #1D1D1D. Windows color (decimal): -12906723 or 1904443. OLE color: 1904443.

HSL color Cylindrical-coordinate representation of color #3B0F1D: hue angle of 340.91º 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 #3B0F1D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB591529-
CMYK00.750.510.77
HSL340.91º59.46%14.51%-
HSV(B)340.91º74.58%23.14%-
XYZ2.21.361.31-
YUV29.75127.58148.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.28%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=57.28%
G=14.56%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59152900.750.510.77340.9159.4614.51
Hex3BF1D04B334D1553bf
Octal7317350113631155257317
Binary1110111111111010100101111001110011011010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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