#211025

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

Shades of Blackcurrant #211025

Tints of Blackcurrant #211025

Color information

#211025 (or 0x211025) is unknown color: approx Blackcurrant. HEX triplet: 21, 10 and 25. RGB value is (33,16,37). Sum of RGB (Red+Green+Blue) = 33+16+37=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #211025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211025 is #DEEFDA. Grayscale: #171717. Windows color (decimal): -14610395 or 2428961. OLE color: 2428961.

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

Color convert

RGB331637-
CMYK0.110.5700.85
HSL288.57º39.62%10.39%-
HSV(B)288.57º56.76%14.51%-
XYZ1.150.831.85-
YUV23.48135.63134.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=38.37%
G=18.60%
B=43.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3316370.110.5700.85288.5739.6210.39
Hex211025B3905512128a
Octal412045137101254415012
Binary100001100001001011011111001010101011001000011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211025; }

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

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

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

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

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

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

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

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