#210339

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

Shades of Blackcurrant #210339

Tints of Blackcurrant #210339

Color information

#210339 (or 0x210339) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 39. RGB value is (33,3,57). Sum of RGB (Red+Green+Blue) = 33+3+57=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #210339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210339 is #DEFCC6. Grayscale: #111111. Windows color (decimal): -14613703 or 3736353. OLE color: 3736353.

HSL color Cylindrical-coordinate representation of color #210339: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210339 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB33357-
CMYK0.420.9500.78
HSL273.33º90%11.76%-
HSV(B)273.33º94.74%22.35%-
XYZ1.40.683.93-
YUV18.13149.94138.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 57 (22.66% from 255) = 61.29%
R=35.48%
G=3.23%
B=61.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal333570.420.9500.78273.339011.76
Hex213392A5F04E1115ac
Octal4137152137011642113214
Binary1000011111100110101010111110100111010001000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210339; }

 p { color: rgb(33,3,57); }

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

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

 a { background-color: rgb(33,3,57); }

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

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

 span { border-color: rgb(33,3,57); }

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