#221134

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

Shades of Blackcurrant #221134

Tints of Blackcurrant #221134

Color information

#221134 (or 0x221134) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 34. RGB value is (34,17,52). Sum of RGB (Red+Green+Blue) = 34+17+52=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #221134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221134 is #DDEECB. Grayscale: #191919. Windows color (decimal): -14544588 or 3412258. OLE color: 3412258.

HSL color Cylindrical-coordinate representation of color #221134: hue angle of 269.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221134 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB341752-
CMYK0.350.6700.80
HSL269.14º50.72%13.53%-
HSV(B)269.14º67.31%20.39%-
XYZ1.480.993.36-
YUV26.07142.63133.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=33.01%
G=16.50%
B=50.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3417520.350.6700.80269.1450.7213.53
Hex221134234305010d33e
Octal4221644310301204156316
Binary100010100011101001000111000011010100001000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221134; }

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

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

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

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

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

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

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

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