#211125

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

Shades of Blackcurrant #211125

Tints of Blackcurrant #211125

Color information

#211125 (or 0x211125) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 25. RGB value is (33,17,37). Sum of RGB (Red+Green+Blue) = 33+17+37=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #211125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211125 is #DEEEDA. Grayscale: #181818. Windows color (decimal): -14610139 or 2429217. OLE color: 2429217.

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

Color convert

RGB331737-
CMYK0.110.5400.85
HSL288º37.04%10.59%-
HSV(B)288º54.05%14.51%-
XYZ1.160.861.85-
YUV24.06135.3134.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=37.93%
G=19.54%
B=42.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3317370.110.5400.8528837.0410.59
Hex211125B3605512025b
Octal412145136601254404513
Binary100001100011001011011110110010101011001000001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211125; }

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

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

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

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

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

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

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

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