#22112B

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

Shades of Blackcurrant #22112B

Tints of Blackcurrant #22112B

Color information

#22112B (or 0x22112B) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 2B. RGB value is (34,17,43). Sum of RGB (Red+Green+Blue) = 34+17+43=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #22112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22112B is #DDEED4. Grayscale: #181818. Windows color (decimal): -14544597 or 2822434. OLE color: 2822434.

HSL color Cylindrical-coordinate representation of color #22112B: hue angle of 279.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #22112B is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB341743-
CMYK0.210.6000.83
HSL279.23º43.33%11.76%-
HSV(B)279.23º60.47%16.86%-
XYZ1.30.922.39-
YUV25.05138.13134.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.17%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 43 (17.19% from 255) = 45.74%
R=36.17%
G=18.09%
B=45.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3417430.210.6000.83279.2343.3311.76
Hex22112B153C0531172bc
Octal422153257401234275314
Binary1000101000110101110101111100010100111000101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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