#2B0C24

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

Shades of Melanzane #2B0C24

Tints of Melanzane #2B0C24

Color information

#2B0C24 (or 0x2B0C24) is unknown color: approx Melanzane. HEX triplet: 2B, 0C and 24. RGB value is (43,12,36). Sum of RGB (Red+Green+Blue) = 43+12+36=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0C24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0C24 is #D4F3DB. Grayscale: #171717. Windows color (decimal): -13956060 or 2362411. OLE color: 2362411.

HSL color Cylindrical-coordinate representation of color #2B0C24: hue angle of 313.55º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B0C24 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB431236-
CMYK00.720.160.83
HSL313.55º56.36%10.78%-
HSV(B)313.55º72.09%16.86%-
XYZ1.450.91.77-
YUV24134.77141.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 47.25%
GREEN value IS 12 (5.08% from 255) = 13.19%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=47.25%
G=13.19%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43123600.720.160.83313.5556.3610.78
Hex2BC24048105313a38b
Octal5314440110201234727013
Binary1010111100100100010010001000010100111001110101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,12,36); }

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

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

 a { background-color: rgb(43,12,36); }

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

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

 span { border-color: rgb(43,12,36); }

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