#210B28

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

Shades of Blackcurrant #210B28

Tints of Blackcurrant #210B28

Color information

#210B28 (or 0x210B28) is unknown color: approx Blackcurrant. HEX triplet: 21, 0B and 28. RGB value is (33,11,40). Sum of RGB (Red+Green+Blue) = 33+11+40=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #210B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B28 is #DEF4D7. Grayscale: #141414. Windows color (decimal): -14611672 or 2624289. OLE color: 2624289.

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

Color convert

RGB331140-
CMYK0.170.7200.84
HSL285.52º56.86%10%-
HSV(B)285.52º72.5%15.69%-
XYZ1.130.722.09-
YUV20.88138.79136.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=39.29%
G=13.10%
B=47.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3311400.170.7200.84285.5256.8610
Hex21B28114805411e39a
Octal4113502111001244367112
Binary1000011011101000100011001000010101001000111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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