#220A27

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

Shades of Blackcurrant #220A27

Tints of Blackcurrant #220A27

Color information

#220A27 (or 0x220A27) is unknown color: approx Blackcurrant. HEX triplet: 22, 0A and 27. RGB value is (34,10,39). Sum of RGB (Red+Green+Blue) = 34+10+39=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #220A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A27 is #DDF5D8. Grayscale: #141414. Windows color (decimal): -14546393 or 2558498. OLE color: 2558498.

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

Color convert

RGB341039-
CMYK0.130.7400.85
HSL289.66º59.18%9.61%-
HSV(B)289.66º74.36%15.29%-
XYZ1.130.72-
YUV20.48138.45137.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.96%
GREEN value IS 10 (4.30% from 255) = 12.05%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=40.96%
G=12.05%
B=46.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3410390.130.7400.85289.6659.189.61
Hex22A27D4A0551223ba
Octal4212471511201254427312
Binary100010101010011111011001010010101011001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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