#22012B

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

Shades of Blackcurrant #22012B

Tints of Blackcurrant #22012B

Color information

#22012B (or 0x22012B) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 2B. RGB value is (34,1,43). Sum of RGB (Red+Green+Blue) = 34+1+43=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #22012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22012B is #DDFED4. Grayscale: #0F0F0F. Windows color (decimal): -14548693 or 2818338. OLE color: 2818338.

HSL color Cylindrical-coordinate representation of color #22012B: hue angle of 287.14º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22012B is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB34143-
CMYK0.210.9800.83
HSL287.14º95.45%8.63%-
HSV(B)287.14º97.67%16.86%-
XYZ1.110.542.33-
YUV15.66143.43141.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 43 (17.19% from 255) = 55.13%
R=43.59%
G=1.28%
B=55.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal341430.210.9800.83287.1495.458.63
Hex2212B156205311f5f9
Octal4215325142012343713711
Binary10001011010111010111000100101001110001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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