#210941

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

Shades of Blackcurrant #210941

Tints of Blackcurrant #210941

Color information

#210941 (or 0x210941) is unknown color: approx Blackcurrant. HEX triplet: 21, 09 and 41. RGB value is (33,9,65). Sum of RGB (Red+Green+Blue) = 33+9+65=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #210941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210941 is #DEF6BE. Grayscale: #161616. Windows color (decimal): -14612159 or 4262177. OLE color: 4262177.

HSL color Cylindrical-coordinate representation of color #210941: hue angle of 265.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #210941 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33965-
CMYK0.490.8600.75
HSL265.71º75.68%14.51%-
HSV(B)265.71º86.15%25.49%-
XYZ1.680.95.09-
YUV22.56151.95135.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=30.84%
G=8.41%
B=60.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal339650.490.8600.75265.7175.6814.51
Hex21941315604B10a4cf
Octal411110161126011341211417
Binary1000011001100000111000110101100100101110000101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210941; }

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

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

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

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

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

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

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

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