#220A28

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

Shades of Blackcurrant #220A28

Tints of Blackcurrant #220A28

Color information

#220A28 (or 0x220A28) is unknown color: approx Blackcurrant. HEX triplet: 22, 0A and 28. RGB value is (34,10,40). Sum of RGB (Red+Green+Blue) = 34+10+40=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #220A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A28 is #DDF5D7. Grayscale: #141414. Windows color (decimal): -14546392 or 2624034. OLE color: 2624034.

HSL color Cylindrical-coordinate representation of color #220A28: hue angle of 288º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #220A28 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB341040-
CMYK0.150.7500.84
HSL288º60%9.8%-
HSV(B)288º75%15.69%-
XYZ1.150.712.08-
YUV20.6138.95137.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.48%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=40.48%
G=11.90%
B=47.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3410400.150.7500.84288609.8
Hex22A28F4B0541203ca
Octal4212501711301244407412
Binary100010101010100011111001011010101001001000001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220A28; }

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

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

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

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

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

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

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

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