#210E28

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

Shades of Blackcurrant #210E28

Tints of Blackcurrant #210E28

Color information

#210E28 (or 0x210E28) is unknown color: approx Blackcurrant. HEX triplet: 21, 0E and 28. RGB value is (33,14,40). Sum of RGB (Red+Green+Blue) = 33+14+40=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #210E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E28 is #DEF1D7. Grayscale: #161616. Windows color (decimal): -14610904 or 2625057. OLE color: 2625057.

HSL color Cylindrical-coordinate representation of color #210E28: hue angle of 283.85º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #210E28 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB331440-
CMYK0.170.6500.84
HSL283.85º48.15%10.59%-
HSV(B)283.85º65%15.69%-
XYZ1.170.792.1-
YUV22.65137.79135.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 14 (5.86% from 255) = 16.09%
BLUE value IS 40 (16.02% from 255) = 45.98%
R=37.93%
G=16.09%
B=45.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3314400.170.6500.84283.8548.1510.59
Hex21E28114105411c30b
Octal4116502110101244346013
Binary1000011110101000100011000001010101001000111001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,14,40); }

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

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

 a { background-color: rgb(33,14,40); }

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

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

 span { border-color: rgb(33,14,40); }

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