#210928

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

Shades of Blackcurrant #210928

Tints of Blackcurrant #210928

Color information

#210928 (or 0x210928) is unknown color: approx Blackcurrant. HEX triplet: 21, 09 and 28. RGB value is (33,9,40). Sum of RGB (Red+Green+Blue) = 33+9+40=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #210928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210928 is #DEF6D7. Grayscale: #131313. Windows color (decimal): -14612184 or 2623777. OLE color: 2623777.

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

Color convert

RGB33940-
CMYK0.170.7800.84
HSL286.45º63.27%9.61%-
HSV(B)286.45º77.5%15.69%-
XYZ1.110.672.08-
YUV19.71139.45137.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=40.24%
G=10.98%
B=48.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal339400.170.7800.84286.4563.279.61
Hex21928114E05411e3fa
Octal4111502111601244367712
Binary1000011001101000100011001110010101001000111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210928; }

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

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

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

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

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

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

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

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