#220235

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

Shades of Blackcurrant #220235

Tints of Blackcurrant #220235

Color information

#220235 (or 0x220235) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 35. RGB value is (34,2,53). Sum of RGB (Red+Green+Blue) = 34+2+53=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #220235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220235 is #DDFDCA. Grayscale: #111111. Windows color (decimal): -14548427 or 3473954. OLE color: 3473954.

HSL color Cylindrical-coordinate representation of color #220235: hue angle of 277.65º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220235 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB34253-
CMYK0.360.9600.79
HSL277.65º92.73%10.78%-
HSV(B)277.65º96.23%20.78%-
XYZ1.320.643.42-
YUV17.38148.1139.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=38.20%
G=2.25%
B=59.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal342530.360.9600.79277.6592.7310.78
Hex22235246004F1165db
Octal4226544140011742613513
Binary1000101011010110010011000000100111110001011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220235; }

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

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

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

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

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

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

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

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