#220138

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

Shades of Blackcurrant #220138

Tints of Blackcurrant #220138

Color information

#220138 (or 0x220138) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 38. RGB value is (34,1,56). Sum of RGB (Red+Green+Blue) = 34+1+56=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #220138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220138 is #DDFEC7. Grayscale: #101010. Windows color (decimal): -14548680 or 3670306. OLE color: 3670306.

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

Color convert

RGB34156-
CMYK0.390.9800.78
HSL276º96.49%11.18%-
HSV(B)276º98.21%21.96%-
XYZ1.380.653.79-
YUV17.14149.93140.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.36%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 56 (22.27% from 255) = 61.54%
R=37.36%
G=1.10%
B=61.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal341560.390.9800.7827696.4911.18
Hex22138276204E11460b
Octal4217047142011642414013
Binary100010111100010011111000100100111010001010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220138; }

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

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

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

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

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

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

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

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