#22052B

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

Shades of Blackcurrant #22052B

Tints of Blackcurrant #22052B

Color information

#22052B (or 0x22052B) is unknown color: approx Blackcurrant. HEX triplet: 22, 05 and 2B. RGB value is (34,5,43). Sum of RGB (Red+Green+Blue) = 34+5+43=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #22052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22052B is #DDFAD4. Grayscale: #111111. Windows color (decimal): -14547669 or 2819362. OLE color: 2819362.

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

Color convert

RGB34543-
CMYK0.210.8800.83
HSL285.79º79.17%9.41%-
HSV(B)285.79º88.37%16.86%-
XYZ1.150.622.35-
YUV18142.11139.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 43 (17.19% from 255) = 52.44%
R=41.46%
G=6.10%
B=52.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal345430.210.8800.83285.7979.179.41
Hex2252B155805311e4f9
Octal4255325130012343611711
Binary1000101011010111010110110000101001110001111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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