#221437

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

Shades of Blackcurrant #221437

Tints of Blackcurrant #221437

Color information

#221437 (or 0x221437) is unknown color: approx Blackcurrant. HEX triplet: 22, 14 and 37. RGB value is (34,20,55). Sum of RGB (Red+Green+Blue) = 34+20+55=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #221437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221437 is #DDEBC8. Grayscale: #1C1C1C. Windows color (decimal): -14543817 or 3609634. OLE color: 3609634.

HSL color Cylindrical-coordinate representation of color #221437: hue angle of 264º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #221437 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB342055-
CMYK0.380.6400.78
HSL264º46.67%14.71%-
HSV(B)264º63.64%21.57%-
XYZ1.61.123.75-
YUV28.18143.14132.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.19%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 55 (21.88% from 255) = 50.46%
R=31.19%
G=18.35%
B=50.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3420550.380.6400.7826446.6714.71
Hex221437264004E1082ff
Octal4224674610001164105717
Binary100010101001101111001101000000010011101000010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221437; }

 p { color: rgb(34,20,55); }

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

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

 a { background-color: rgb(34,20,55); }

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

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

 span { border-color: rgb(34,20,55); }

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