#210A28

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

Shades of Blackcurrant #210A28

Tints of Blackcurrant #210A28

Color information

#210A28 (or 0x210A28) is unknown color: approx Blackcurrant. HEX triplet: 21, 0A and 28. RGB value is (33,10,40). Sum of RGB (Red+Green+Blue) = 33+10+40=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #210A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A28 is #DEF5D7. Grayscale: #141414. Windows color (decimal): -14611928 or 2624033. OLE color: 2624033.

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

Color convert

RGB331040-
CMYK0.170.7500.84
HSL286º60%9.8%-
HSV(B)286º75%15.69%-
XYZ1.120.692.08-
YUV20.3139.12137.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 10 (4.30% from 255) = 12.05%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=39.76%
G=12.05%
B=48.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3310400.170.7500.84286609.8
Hex21A28114B05411e3ca
Octal4112502111301244367412
Binary1000011010101000100011001011010101001000111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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