#220028

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

Shades of Blackcurrant #220028

Tints of Blackcurrant #220028

Color information

#220028 (or 0x220028) is unknown color: approx Blackcurrant. HEX triplet: 22, 00 and 28. RGB value is (34,0,40). Sum of RGB (Red+Green+Blue) = 34+0+40=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #220028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220028 is #DDFFD7. Grayscale: #0E0E0E. Windows color (decimal): -14548952 or 2621474. OLE color: 2621474.

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

Color convert

RGB34040-
CMYK0.15100.84
HSL291º100%7.84%-
HSV(B)291º100%15.69%-
XYZ1.040.492.05-
YUV14.73142.26141.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=45.95%
G=0%
B=54.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal340400.15100.842911007.84
Hex22028F64054123648
Octal4205017144012444314410
Binary1000100101000111111001000101010010010001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220028; }

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

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

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

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

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

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

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

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