#22132C

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

Shades of Blackcurrant #22132C

Tints of Blackcurrant #22132C

Color information

#22132C (or 0x22132C) is unknown color: approx Blackcurrant. HEX triplet: 22, 13 and 2C. RGB value is (34,19,44). Sum of RGB (Red+Green+Blue) = 34+19+44=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #22132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22132C is #DDECD3. Grayscale: #1A1A1A. Windows color (decimal): -14544084 or 2888482. OLE color: 2888482.

HSL color Cylindrical-coordinate representation of color #22132C: hue angle of 276º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22132C is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB341944-
CMYK0.230.5700.83
HSL276º39.68%12.35%-
HSV(B)276º56.82%17.25%-
XYZ1.350.992.5-
YUV26.34137.97133.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=35.05%
G=19.59%
B=45.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3419440.230.5700.8327639.6812.35
Hex22132C173905311428c
Octal422354277101234245014
Binary1000101001110110010111111001010100111000101001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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