#210325

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

Shades of Blackcurrant #210325

Tints of Blackcurrant #210325

Color information

#210325 (or 0x210325) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 25. RGB value is (33,3,37). Sum of RGB (Red+Green+Blue) = 33+3+37=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #210325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210325 is #DEFCDA. Grayscale: #0F0F0F. Windows color (decimal): -14613723 or 2425633. OLE color: 2425633.

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

Color convert

RGB33337-
CMYK0.110.9200.85
HSL292.94º85%7.84%-
HSV(B)292.94º91.89%14.51%-
XYZ0.990.521.8-
YUV15.85139.94140.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=45.21%
G=4.11%
B=50.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal333370.110.9200.85292.94857.84
Hex21325B5C055125558
Octal4134513134012544512510
Binary10000111100101101110111000101010110010010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210325; }

 p { color: rgb(33,3,37); }

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

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

 a { background-color: rgb(33,3,37); }

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

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

 span { border-color: rgb(33,3,37); }

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