#221428

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

Shades of Blackcurrant #221428

Tints of Blackcurrant #221428

Color information

#221428 (or 0x221428) is unknown color: approx Blackcurrant. HEX triplet: 22, 14 and 28. RGB value is (34,20,40). Sum of RGB (Red+Green+Blue) = 34+20+40=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #221428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221428 is #DDEBD7. Grayscale: #1A1A1A. Windows color (decimal): -14543832 or 2626594. OLE color: 2626594.

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

Color convert

RGB342040-
CMYK0.150.500.84
HSL282º33.33%11.76%-
HSV(B)282º50%15.69%-
XYZ1.290.992.13-
YUV26.47135.64133.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.17%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=36.17%
G=21.28%
B=42.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3420400.150.500.8428233.3311.76
Hex221428F3205411a21c
Octal422450176201244324114
Binary100010101001010001111110010010101001000110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221428; }

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

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

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

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

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

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

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

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