#210439

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

Shades of Blackcurrant #210439

Tints of Blackcurrant #210439

Color information

#210439 (or 0x210439) is unknown color: approx Blackcurrant. HEX triplet: 21, 04 and 39. RGB value is (33,4,57). Sum of RGB (Red+Green+Blue) = 33+4+57=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #210439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210439 is #DEFBC6. Grayscale: #121212. Windows color (decimal): -14613447 or 3736609. OLE color: 3736609.

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

Color convert

RGB33457-
CMYK0.420.9300.78
HSL272.83º86.89%11.96%-
HSV(B)272.83º92.98%22.35%-
XYZ1.410.713.93-
YUV18.71149.61138.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 57 (22.66% from 255) = 60.64%
R=35.11%
G=4.26%
B=60.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal334570.420.9300.78272.8386.8911.96
Hex214392A5D04E11157c
Octal4147152135011642112714
Binary10000110011100110101010111010100111010001000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210439; }

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

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

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

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

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

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

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

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