#221138

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

Shades of Blackcurrant #221138

Tints of Blackcurrant #221138

Color information

#221138 (or 0x221138) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 38. RGB value is (34,17,56). Sum of RGB (Red+Green+Blue) = 34+17+56=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #221138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221138 is #DDEEC7. Grayscale: #1A1A1A. Windows color (decimal): -14544584 or 3674402. OLE color: 3674402.

HSL color Cylindrical-coordinate representation of color #221138: hue angle of 266.15º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #221138 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB341756-
CMYK0.390.7000.78
HSL266.15º53.42%14.31%-
HSV(B)266.15º69.64%21.96%-
XYZ1.571.033.86-
YUV26.53144.63133.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.78%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 56 (22.27% from 255) = 52.34%
R=31.78%
G=15.89%
B=52.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3417560.390.7000.78266.1553.4214.31
Hex221138274604E10a35e
Octal4221704710601164126516
Binary100010100011110001001111000110010011101000010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221138; }

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

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

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

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

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

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

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

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