#220027

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

Shades of Blackcurrant #220027

Tints of Blackcurrant #220027

Color information

#220027 (or 0x220027) is unknown color: approx Blackcurrant. HEX triplet: 22, 00 and 27. RGB value is (34,0,39). Sum of RGB (Red+Green+Blue) = 34+0+39=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #220027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220027 is #DDFFD8. Grayscale: #0E0E0E. Windows color (decimal): -14548953 or 2555938. OLE color: 2555938.

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

Color convert

RGB34039-
CMYK0.13100.85
HSL292.31º100%7.65%-
HSV(B)292.31º100%15.29%-
XYZ1.030.491.96-
YUV14.61141.76141.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 53.42%
R=46.58%
G=0%
B=53.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal340390.13100.85292.311007.65
Hex22027D64055124648
Octal4204715144012544414410
Binary1000100100111110111001000101010110010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220027; }

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

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

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

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

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

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

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

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