#220526

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

Shades of Blackcurrant #220526

Tints of Blackcurrant #220526

Color information

#220526 (or 0x220526) is unknown color: approx Blackcurrant. HEX triplet: 22, 05 and 26. RGB value is (34,5,38). Sum of RGB (Red+Green+Blue) = 34+5+38=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #220526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220526 is #DDFAD9. Grayscale: #111111. Windows color (decimal): -14547674 or 2491682. OLE color: 2491682.

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

Color convert

RGB34538-
CMYK0.110.8700.85
HSL292.73º76.74%8.43%-
HSV(B)292.73º86.84%14.9%-
XYZ1.060.591.89-
YUV17.43139.61139.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.16%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=44.16%
G=6.49%
B=49.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal345380.110.8700.85292.7376.748.43
Hex22526B570551254d8
Octal4254613127012544511510
Binary100010101100110101110101110101010110010010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220526; }

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

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

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

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

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

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

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

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