#22142E

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

Shades of Blackcurrant #22142E

Tints of Blackcurrant #22142E

Color information

#22142E (or 0x22142E) is unknown color: approx Blackcurrant. HEX triplet: 22, 14 and 2E. RGB value is (34,20,46). Sum of RGB (Red+Green+Blue) = 34+20+46=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #22142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22142E is #DDEBD1. Grayscale: #1B1B1B. Windows color (decimal): -14543826 or 3019810. OLE color: 3019810.

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

Color convert

RGB342046-
CMYK0.260.5700.82
HSL272.31º39.39%12.94%-
HSV(B)272.31º56.52%18.04%-
XYZ1.41.042.71-
YUV27.15138.64132.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 46%
R=34%
G=20%
B=46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3420460.260.5700.82272.3139.3912.94
Hex22142E1A3905211027d
Octal422456327101224204715
Binary1000101010010111011010111001010100101000100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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