#220530

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

Shades of Blackcurrant #220530

Tints of Blackcurrant #220530

Color information

#220530 (or 0x220530) is unknown color: approx Blackcurrant. HEX triplet: 22, 05 and 30. RGB value is (34,5,48). Sum of RGB (Red+Green+Blue) = 34+5+48=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #220530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220530 is #DDFACF. Grayscale: #121212. Windows color (decimal): -14547664 or 3147042. OLE color: 3147042.

HSL color Cylindrical-coordinate representation of color #220530: hue angle of 280.47º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220530 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB34548-
CMYK0.290.9000.81
HSL280.47º81.13%10.39%-
HSV(B)280.47º89.58%18.82%-
XYZ1.250.662.86-
YUV18.57144.61139-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.08%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 48 (19.14% from 255) = 55.17%
R=39.08%
G=5.75%
B=55.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal345480.290.9000.81280.4781.1310.39
Hex225301D5A05111851a
Octal4256035132012143012112
Binary1000101011100001110110110100101000110001100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220530; }

 p { color: rgb(34,5,48); }

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

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

 a { background-color: rgb(34,5,48); }

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

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

 span { border-color: rgb(34,5,48); }

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