#210241

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

Shades of Blackcurrant #210241

Tints of Blackcurrant #210241

Color information

#210241 (or 0x210241) is unknown color: approx Blackcurrant. HEX triplet: 21, 02 and 41. RGB value is (33,2,65). Sum of RGB (Red+Green+Blue) = 33+2+65=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #210241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210241 is #DEFDBE. Grayscale: #121212. Windows color (decimal): -14613951 or 4260385. OLE color: 4260385.

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

Color convert

RGB33265-
CMYK0.490.9700.75
HSL269.52º94.03%13.14%-
HSV(B)269.52º96.92%25.49%-
XYZ1.60.755.06-
YUV18.45154.27138.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 65 (25.78% from 255) = 65%
R=33%
G=2%
B=65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal332650.490.9700.75269.5294.0313.14
Hex21241316104B10e5ed
Octal41210161141011341613615
Binary10000110100000111000111000010100101110000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210241; }

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

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

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

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

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

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

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

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