#22152B

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

Shades of Blackcurrant #22152B

Tints of Blackcurrant #22152B

Color information

#22152B (or 0x22152B) is unknown color: approx Blackcurrant. HEX triplet: 22, 15 and 2B. RGB value is (34,21,43). Sum of RGB (Red+Green+Blue) = 34+21+43=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #22152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22152B is #DDEAD4. Grayscale: #1B1B1B. Windows color (decimal): -14543573 or 2823458. OLE color: 2823458.

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

Color convert

RGB342143-
CMYK0.210.5100.83
HSL275.45º34.38%12.55%-
HSV(B)275.45º51.16%16.86%-
XYZ1.361.052.42-
YUV27.4136.81132.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=34.69%
G=21.43%
B=43.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3421430.210.5100.83275.4534.3812.55
Hex22152B153305311322d
Octal422553256301234234215
Binary1000101010110101110101110011010100111000100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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