#221133

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

Shades of Blackcurrant #221133

Tints of Blackcurrant #221133

Color information

#221133 (or 0x221133) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 33. RGB value is (34,17,51). Sum of RGB (Red+Green+Blue) = 34+17+51=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #221133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221133 is #DDEECC. Grayscale: #191919. Windows color (decimal): -14544589 or 3346722. OLE color: 3346722.

HSL color Cylindrical-coordinate representation of color #221133: hue angle of 270º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221133 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB341751-
CMYK0.330.6700.8
HSL270º50%13.33%-
HSV(B)270º66.67%20%-
XYZ1.460.983.24-
YUV25.96142.13133.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 51 (20.31% from 255) = 50%
R=33.33%
G=16.67%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3417510.330.6700.82705013.33
Hex221133214305010e32d
Octal4221634110301204166215
Binary100010100011100111000011000011010100001000011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221133; }

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

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

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

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

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

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

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

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