#210039

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

Shades of Blackcurrant #210039

Tints of Blackcurrant #210039

Color information

#210039 (or 0x210039) is unknown color: approx Blackcurrant. HEX triplet: 21, 00 and 39. RGB value is (33,0,57). Sum of RGB (Red+Green+Blue) = 33+0+57=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #210039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210039 is #DEFFC6. Grayscale: #101010. Windows color (decimal): -14614471 or 3735585. OLE color: 3735585.

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

Color convert

RGB33057-
CMYK0.42100.78
HSL274.74º100%11.18%-
HSV(B)274.74º100%22.35%-
XYZ1.370.623.92-
YUV16.36150.93139.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 63.33%
R=36.67%
G=0%
B=63.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal330570.42100.78274.7410011.18
Hex210392A6404E11364b
Octal4107152144011642314413
Binary100001011100110101011001000100111010001001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210039; }

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

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

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

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

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

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

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

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