#210538

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

Shades of Blackcurrant #210538

Tints of Blackcurrant #210538

Color information

#210538 (or 0x210538) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 38. RGB value is (33,5,56). Sum of RGB (Red+Green+Blue) = 33+5+56=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #210538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210538 is #DEFAC7. Grayscale: #131313. Windows color (decimal): -14613192 or 3671329. OLE color: 3671329.

HSL color Cylindrical-coordinate representation of color #210538: hue angle of 272.94º 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 #210538 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB33556-
CMYK0.410.9100.78
HSL272.94º83.61%11.96%-
HSV(B)272.94º91.07%21.96%-
XYZ1.40.723.81-
YUV19.19148.78137.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 56 (22.27% from 255) = 59.57%
R=35.11%
G=5.32%
B=59.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335560.410.9100.78272.9483.6111.96
Hex21538295B04E11154c
Octal4157051133011642112414
Binary10000110111100010100110110110100111010001000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210538; }

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

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

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

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

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

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

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

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