#220A43

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

Shades of Blackcurrant #220A43

Tints of Blackcurrant #220A43

Color information

#220A43 (or 0x220A43) is unknown color: approx Blackcurrant. HEX triplet: 22, 0A and 43. RGB value is (34,10,67). Sum of RGB (Red+Green+Blue) = 34+10+67=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 67 (26.56% from 255 or 60.36% from 111); Max value from RGB is 67 - color contains mainly: blue. Hex color #220A43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A43 is #DDF5BC. Grayscale: #171717. Windows color (decimal): -14546365 or 4393506. OLE color: 4393506.

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

Color convert

RGB341067-
CMYK0.490.8500.74
HSL265.26º74.03%15.1%-
HSV(B)265.26º85.07%26.27%-
XYZ1.780.965.4-
YUV23.67152.45135.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.63%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 67 (26.56% from 255) = 60.36%
R=30.63%
G=9.01%
B=60.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3410670.490.8500.74265.2674.0315.1
Hex22A43315504A1094af
Octal421210361125011241111217
Binary1000101010100001111000110101010100101010000100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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