#220236

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

Shades of Blackcurrant #220236

Tints of Blackcurrant #220236

Color information

#220236 (or 0x220236) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 36. RGB value is (34,2,54). Sum of RGB (Red+Green+Blue) = 34+2+54=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #220236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220236 is #DDFDC9. Grayscale: #111111. Windows color (decimal): -14548426 or 3539490. OLE color: 3539490.

HSL color Cylindrical-coordinate representation of color #220236: hue angle of 276.92º 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 #220236 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB34254-
CMYK0.370.9600.79
HSL276.92º92.86%10.98%-
HSV(B)276.92º96.3%21.18%-
XYZ1.350.653.54-
YUV17.5148.6139.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 54 (21.48% from 255) = 60%
R=37.78%
G=2.22%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal342540.370.9600.79276.9292.8610.98
Hex22236256004F1155db
Octal4226645140011742513513
Binary1000101011011010010111000000100111110001010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220236; }

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

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

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

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

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

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

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

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