#220227

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

Shades of Blackcurrant #220227

Tints of Blackcurrant #220227

Color information

#220227 (or 0x220227) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 27. RGB value is (34,2,39). Sum of RGB (Red+Green+Blue) = 34+2+39=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #220227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220227 is #DDFDD8. Grayscale: #0F0F0F. Windows color (decimal): -14548441 or 2556450. OLE color: 2556450.

HSL color Cylindrical-coordinate representation of color #220227: hue angle of 291.89º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220227 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB34239-
CMYK0.130.9500.85
HSL291.89º90.24%8.04%-
HSV(B)291.89º94.87%15.29%-
XYZ1.050.531.97-
YUV15.79141.1140.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.33%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 39 (15.62% from 255) = 52%
R=45.33%
G=2.67%
B=52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal342390.130.9500.85291.8990.248.04
Hex22227D5F0551245a8
Octal4224715137012544413210
Binary10001010100111110110111110101010110010010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220227; }

 p { color: rgb(34,2,39); }

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

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

 a { background-color: rgb(34,2,39); }

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

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

 span { border-color: rgb(34,2,39); }

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