#221025

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

Shades of Blackcurrant #221025

Tints of Blackcurrant #221025

Color information

#221025 (or 0x221025) is unknown color: approx Blackcurrant. HEX triplet: 22, 10 and 25. RGB value is (34,16,37). Sum of RGB (Red+Green+Blue) = 34+16+37=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 16 (6.64% from 255 or 18.39% 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 #221025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221025 is #DDEFDA. Grayscale: #171717. Windows color (decimal): -14544859 or 2428962. OLE color: 2428962.

HSL color Cylindrical-coordinate representation of color #221025: hue angle of 291.43º 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 #221025 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB341637-
CMYK0.080.5700.85
HSL291.43º39.62%10.39%-
HSV(B)291.43º56.76%14.51%-
XYZ1.180.841.85-
YUV23.78135.46135.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.08%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=39.08%
G=18.39%
B=42.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3416370.080.5700.85291.4339.6210.39
Hex22102583905512328a
Octal422045107101254435012
Binary100010100001001011000111001010101011001000111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221025; }

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

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

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

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

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

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

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

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