#221132

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

Shades of Blackcurrant #221132

Tints of Blackcurrant #221132

Color information

#221132 (or 0x221132) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 32. RGB value is (34,17,50). Sum of RGB (Red+Green+Blue) = 34+17+50=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #221132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221132 is #DDEECD. Grayscale: #191919. Windows color (decimal): -14544590 or 3281186. OLE color: 3281186.

HSL color Cylindrical-coordinate representation of color #221132: hue angle of 270.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221132 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB341750-
CMYK0.320.6600.80
HSL270.91º49.25%13.14%-
HSV(B)270.91º66%19.61%-
XYZ1.440.973.13-
YUV25.84141.63133.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 50 (19.92% from 255) = 49.50%
R=33.66%
G=16.83%
B=49.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3417500.320.6600.80270.9149.2513.14
Hex221132204205010f31d
Octal4221624010201204176115
Binary100010100011100101000001000010010100001000011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221132; }

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

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

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

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

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

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

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

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