#221125

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

Shades of Blackcurrant #221125

Tints of Blackcurrant #221125

Color information

#221125 (or 0x221125) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 25. RGB value is (34,17,37). Sum of RGB (Red+Green+Blue) = 34+17+37=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #221125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221125 is #DDEEDA. Grayscale: #181818. Windows color (decimal): -14544603 or 2429218. OLE color: 2429218.

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

Color convert

RGB341737-
CMYK0.080.5400.85
HSL291º37.04%10.59%-
HSV(B)291º54.05%14.51%-
XYZ1.190.871.86-
YUV24.36135.13134.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=38.64%
G=19.32%
B=42.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3417370.080.5400.8529137.0410.59
Hex22112583605512325b
Octal422145106601254434513
Binary100010100011001011000110110010101011001000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221125; }

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

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

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

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

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

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

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

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