#210141

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

Shades of Blackcurrant #210141

Tints of Blackcurrant #210141

Color information

#210141 (or 0x210141) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 41. RGB value is (33,1,65). Sum of RGB (Red+Green+Blue) = 33+1+65=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #210141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210141 is #DEFEBE. Grayscale: #111111. Windows color (decimal): -14614207 or 4260129. OLE color: 4260129.

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

Color convert

RGB33165-
CMYK0.490.9800.75
HSL270º96.97%12.94%-
HSV(B)270º98.46%25.49%-
XYZ1.590.735.06-
YUV17.86154.6138.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 65 (25.78% from 255) = 65.66%
R=33.33%
G=1.01%
B=65.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal331650.490.9800.7527096.9712.94
Hex21141316204B10e61d
Octal41110161142011341614115
Binary1000011100000111000111000100100101110000111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210141; }

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

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

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

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

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

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

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

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