#211525

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

Shades of Blackcurrant #211525

Tints of Blackcurrant #211525

Color information

#211525 (or 0x211525) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 25. RGB value is (33,21,37). Sum of RGB (Red+Green+Blue) = 33+21+37=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #211525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211525 is #DEEADA. Grayscale: #1A1A1A. Windows color (decimal): -14609115 or 2430241. OLE color: 2430241.

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

Color convert

RGB332137-
CMYK0.110.4300.85
HSL285º27.59%11.37%-
HSV(B)285º43.24%14.51%-
XYZ1.230.991.88-
YUV26.41133.98132.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=36.26%
G=23.08%
B=40.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3321370.110.4300.8528527.5911.37
Hex211525B2B05511d1cb
Octal412545135301254353413
Binary10000110101100101101110101101010101100011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211525; }

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

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

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

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

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

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

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

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