#220136

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

Shades of Blackcurrant #220136

Tints of Blackcurrant #220136

Color information

#220136 (or 0x220136) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 36. RGB value is (34,1,54). Sum of RGB (Red+Green+Blue) = 34+1+54=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #220136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220136 is #DDFEC9. Grayscale: #101010. Windows color (decimal): -14548682 or 3539234. OLE color: 3539234.

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

Color convert

RGB34154-
CMYK0.370.9800.79
HSL277.36º96.36%10.78%-
HSV(B)277.36º98.15%21.18%-
XYZ1.340.633.54-
YUV16.91148.93140.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 54 (21.48% from 255) = 60.67%
R=38.20%
G=1.12%
B=60.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal341540.370.9800.79277.3696.3610.78
Hex22136256204F11560b
Octal4216645142011742514013
Binary100010111011010010111000100100111110001010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220136; }

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

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

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

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

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

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

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

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