#210128

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

Shades of Blackcurrant #210128

Tints of Blackcurrant #210128

Color information

#210128 (or 0x210128) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 28. RGB value is (33,1,40). Sum of RGB (Red+Green+Blue) = 33+1+40=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #210128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210128 is #DEFED7. Grayscale: #0E0E0E. Windows color (decimal): -14614232 or 2621729. OLE color: 2621729.

HSL color Cylindrical-coordinate representation of color #210128: hue angle of 289.23º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210128 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB33140-
CMYK0.170.9800.84
HSL289.23º95.12%8.04%-
HSV(B)289.23º97.5%15.69%-
XYZ1.020.52.05-
YUV15.01142.1140.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=44.59%
G=1.35%
B=54.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal331400.170.9800.84289.2395.128.04
Hex2112811620541215f8
Octal4115021142012444113710
Binary10000111010001000111000100101010010010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210128; }

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

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

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

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

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

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

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

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