#210526

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

Shades of Blackcurrant #210526

Tints of Blackcurrant #210526

Color information

#210526 (or 0x210526) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 26. RGB value is (33,5,38). Sum of RGB (Red+Green+Blue) = 33+5+38=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #210526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210526 is #DEFAD9. Grayscale: #111111. Windows color (decimal): -14613210 or 2491681. OLE color: 2491681.

HSL color Cylindrical-coordinate representation of color #210526: hue angle of 290.91º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #210526 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB33538-
CMYK0.130.8700.85
HSL290.91º76.74%8.43%-
HSV(B)290.91º86.84%14.9%-
XYZ1.030.571.89-
YUV17.13139.78139.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 38 (15.23% from 255) = 50%
R=43.42%
G=6.58%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal335380.130.8700.85290.9176.748.43
Hex21526D570551234d8
Octal4154615127012544311510
Binary100001101100110110110101110101010110010001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210526; }

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

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

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

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

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

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

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

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