#2C131B

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

Shades of Temptress #2C131B

Tints of Temptress #2C131B

Color information

#2C131B (or 0x2C131B) is unknown color: approx Temptress. HEX triplet: 2C, 13 and 1B. RGB value is (44,19,27). Sum of RGB (Red+Green+Blue) = 44+19+27=90 (11% of max value = 765). Red value is 44 (17.58% from 255 or 48.89% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 44 - color contains mainly: red. Hex color #2C131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C131B is #D3ECE4. Grayscale: #1B1B1B. Windows color (decimal): -13888741 or 1774380. OLE color: 1774380.

HSL color Cylindrical-coordinate representation of color #2C131B: hue angle of 340.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C131B is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.83.

Color convert

RGB441927-
CMYK00.570.390.83
HSL340.8º39.68%12.35%-
HSV(B)340.8º56.82%17.25%-
XYZ1.471.081.17-
YUV27.39127.78139.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 48.89%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 27 (10.94% from 255) = 30%
R=48.89%
G=21.11%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44192700.570.390.83340.839.6812.35
Hex2C131B039275315528c
Octal542333071471235255014
Binary1011001001111011011100110011110100111010101011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,27); }

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

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

 a { background-color: rgb(44,19,27); }

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

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

 span { border-color: rgb(44,19,27); }

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