#210C1B

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

Shades of Melanzane #210C1B

Tints of Melanzane #210C1B

Color information

#210C1B (or 0x210C1B) is unknown color: approx Melanzane. HEX triplet: 21, 0C and 1B. RGB value is (33,12,27). Sum of RGB (Red+Green+Blue) = 33+12+27=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #210C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C1B is #DEF3E4. Grayscale: #131313. Windows color (decimal): -14611429 or 1772577. OLE color: 1772577.

HSL color Cylindrical-coordinate representation of color #210C1B: hue angle of 317.14º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #210C1B is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB331227-
CMYK00.640.180.87
HSL317.14º46.67%8.82%-
HSV(B)317.14º63.64%12.94%-
XYZ0.960.671.11-
YUV19.99131.96137.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=45.83%
G=16.67%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33122700.640.180.87317.1446.678.82
Hex21C1B040125713d2f9
Octal4114330100221274755711
Binary100001110011011010000001001010101111001111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210C1B; }

 p { color: rgb(33,12,27); }

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

<style>
 a { background-color: #210C1B; }

 a { background-color: rgb(33,12,27); }

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

<style>
 span { border-color: #210C1B; }

 span { border-color: rgb(33,12,27); }

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