#210C1A

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

Shades of Melanzane #210C1A

Tints of Melanzane #210C1A

Color information

#210C1A (or 0x210C1A) is unknown color: approx Melanzane. HEX triplet: 21, 0C and 1A. RGB value is (33,12,26). Sum of RGB (Red+Green+Blue) = 33+12+26=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #210C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C1A is #DEF3E5. Grayscale: #131313. Windows color (decimal): -14611430 or 1707041. OLE color: 1707041.

HSL color Cylindrical-coordinate representation of color #210C1A: hue angle of 320º 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 #210C1A is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB331226-
CMYK00.640.210.87
HSL320º46.67%8.82%-
HSV(B)320º63.64%12.94%-
XYZ0.950.661.06-
YUV19.87131.46137.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 46.48%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=46.48%
G=16.90%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33122600.640.210.8732046.678.82
Hex21C1A04015571402f9
Octal4114320100251275005711
Binary100001110011010010000001010110101111010000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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