#22112A

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

Shades of Blackcurrant #22112A

Tints of Blackcurrant #22112A

Color information

#22112A (or 0x22112A) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 2A. RGB value is (34,17,42). Sum of RGB (Red+Green+Blue) = 34+17+42=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 42 - color contains mainly: blue. Hex color #22112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22112A is #DDEED5. Grayscale: #181818. Windows color (decimal): -14544598 or 2756898. OLE color: 2756898.

HSL color Cylindrical-coordinate representation of color #22112A: hue angle of 280.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #22112A is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB341742-
CMYK0.190.6000.84
HSL280.8º42.37%11.57%-
HSV(B)280.8º59.52%16.47%-
XYZ1.280.912.3-
YUV24.93137.63134.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=36.56%
G=18.28%
B=45.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3417420.190.6000.84280.842.3711.57
Hex22112A133C0541192ac
Octal422152237401244315214
Binary1000101000110101010011111100010101001000110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22112A; }

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

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

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

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

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

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

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

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