#22132E

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

Shades of Blackcurrant #22132E

Tints of Blackcurrant #22132E

Color information

#22132E (or 0x22132E) is unknown color: approx Blackcurrant. HEX triplet: 22, 13 and 2E. RGB value is (34,19,46). Sum of RGB (Red+Green+Blue) = 34+19+46=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #22132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22132E is #DDECD1. Grayscale: #1A1A1A. Windows color (decimal): -14544082 or 3019554. OLE color: 3019554.

HSL color Cylindrical-coordinate representation of color #22132E: hue angle of 273.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #22132E is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB341946-
CMYK0.260.5900.82
HSL273.33º41.54%12.75%-
HSV(B)273.33º58.7%18.04%-
XYZ1.3912.71-
YUV26.56138.97133.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=34.34%
G=19.19%
B=46.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3419460.260.5900.82273.3341.5412.75
Hex22132E1A3B0521112ad
Octal422356327301224215215
Binary1000101001110111011010111011010100101000100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22132E; }

 p { color: rgb(34,19,46); }

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

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

 a { background-color: rgb(34,19,46); }

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

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

 span { border-color: rgb(34,19,46); }

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