#210525

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

Shades of Blackcurrant #210525

Tints of Blackcurrant #210525

Color information

#210525 (or 0x210525) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 25. RGB value is (33,5,37). Sum of RGB (Red+Green+Blue) = 33+5+37=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #210525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210525 is #DEFADA. Grayscale: #101010. Windows color (decimal): -14613211 or 2426145. OLE color: 2426145.

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

Color convert

RGB33537-
CMYK0.110.8600.85
HSL292.5º76.19%8.24%-
HSV(B)292.5º86.49%14.51%-
XYZ1.020.571.81-
YUV17.02139.28139.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=44%
G=6.67%
B=49.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal335370.110.8600.85292.576.198.24
Hex21525B560551244c8
Octal4154513126012544411410
Binary100001101100101101110101100101010110010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210525; }

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

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

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

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

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

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

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

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