#210533

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

Shades of Blackcurrant #210533

Tints of Blackcurrant #210533

Color information

#210533 (or 0x210533) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 33. RGB value is (33,5,51). Sum of RGB (Red+Green+Blue) = 33+5+51=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #210533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210533 is #DEFACC. Grayscale: #121212. Windows color (decimal): -14613197 or 3343649. OLE color: 3343649.

HSL color Cylindrical-coordinate representation of color #210533: hue angle of 276.52º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210533 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB33551-
CMYK0.350.9000.8
HSL276.52º82.14%10.98%-
HSV(B)276.52º90.2%20%-
XYZ1.280.673.19-
YUV18.62146.28138.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 51 (20.31% from 255) = 57.30%
R=37.08%
G=5.62%
B=57.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal335510.350.9000.8276.5282.1410.98
Hex21533235A05011552b
Octal4156343132012042512213
Binary10000110111001110001110110100101000010001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210533; }

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

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

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

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

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

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

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

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