#2B151D

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

Shades of Temptress #2B151D

Tints of Temptress #2B151D

Color information

#2B151D (or 0x2B151D) is unknown color: approx Temptress. HEX triplet: 2B, 15 and 1D. RGB value is (43,21,29). Sum of RGB (Red+Green+Blue) = 43+21+29=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B151D is #D4EAE2. Grayscale: #1C1C1C. Windows color (decimal): -13953763 or 1905963. OLE color: 1905963.

HSL color Cylindrical-coordinate representation of color #2B151D: hue angle of 338.18º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B151D is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.83.

Color convert

RGB432129-
CMYK00.510.330.83
HSL338.18º34.38%12.55%-
HSV(B)338.18º51.16%16.86%-
XYZ1.491.141.3-
YUV28.49128.29138.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=46.24%
G=22.58%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43212900.510.330.83338.1834.3812.55
Hex2B151D033215315222d
Octal532535063411235224215
Binary1010111010111101011001110000110100111010100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B151D; }

 p { color: rgb(43,21,29); }

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

<style>
 a { background-color: #2B151D; }

 a { background-color: rgb(43,21,29); }

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

<style>
 span { border-color: #2B151D; }

 span { border-color: rgb(43,21,29); }

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