#210539

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

Shades of Blackcurrant #210539

Tints of Blackcurrant #210539

Color information

#210539 (or 0x210539) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 39. RGB value is (33,5,57). Sum of RGB (Red+Green+Blue) = 33+5+57=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #210539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210539 is #DEFAC6. Grayscale: #131313. Windows color (decimal): -14613191 or 3736865. OLE color: 3736865.

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

Color convert

RGB33557-
CMYK0.420.9100.78
HSL272.31º83.87%12.16%-
HSV(B)272.31º91.23%22.35%-
XYZ1.420.733.94-
YUV19.3149.28137.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 57 (22.66% from 255) = 60%
R=34.74%
G=5.26%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335570.420.9100.78272.3183.8712.16
Hex215392A5B04E11054c
Octal4157152133011642012414
Binary10000110111100110101010110110100111010001000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210539; }

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

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

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

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

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

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

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

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