#221526

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

Shades of Blackcurrant #221526

Tints of Blackcurrant #221526

Color information

#221526 (or 0x221526) is unknown color: approx Blackcurrant. HEX triplet: 22, 15 and 26. RGB value is (34,21,38). Sum of RGB (Red+Green+Blue) = 34+21+38=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #221526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221526 is #DDEAD9. Grayscale: #1A1A1A. Windows color (decimal): -14543578 or 2495778. OLE color: 2495778.

HSL color Cylindrical-coordinate representation of color #221526: hue angle of 285.88º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #221526 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB342138-
CMYK0.110.4500.85
HSL285.88º28.81%11.57%-
HSV(B)285.88º44.74%14.9%-
XYZ1.281.021.96-
YUV26.83134.31133.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=36.56%
G=22.58%
B=40.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3421380.110.4500.85285.8828.8111.57
Hex221526B2D05511e1dc
Octal422546135501254363514
Binary10001010101100110101110110101010101100011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221526; }

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

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

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

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

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

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

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

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