#221128

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

Shades of Blackcurrant #221128

Tints of Blackcurrant #221128

Color information

#221128 (or 0x221128) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 28. RGB value is (34,17,40). Sum of RGB (Red+Green+Blue) = 34+17+40=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #221128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221128 is #DDEED7. Grayscale: #181818. Windows color (decimal): -14544600 or 2625826. OLE color: 2625826.

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

Color convert

RGB341740-
CMYK0.150.5700.84
HSL284.35º40.35%11.18%-
HSV(B)284.35º57.5%15.69%-
XYZ1.240.892.11-
YUV24.7136.63134.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.36%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=37.36%
G=18.68%
B=43.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3417400.150.5700.84284.3540.3511.18
Hex221128F3905411c28b
Octal422150177101244345013
Binary100010100011010001111111001010101001000111001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221128; }

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

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

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

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

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

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

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

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