#221326

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

Shades of Blackcurrant #221326

Tints of Blackcurrant #221326

Color information

#221326 (or 0x221326) is unknown color: approx Blackcurrant. HEX triplet: 22, 13 and 26. RGB value is (34,19,38). Sum of RGB (Red+Green+Blue) = 34+19+38=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #221326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221326 is #DDECD9. Grayscale: #191919. Windows color (decimal): -14544090 or 2495266. OLE color: 2495266.

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

Color convert

RGB341938-
CMYK0.110.5000.85
HSL287.37º33.33%11.18%-
HSV(B)287.37º50%14.9%-
XYZ1.240.951.95-
YUV25.65134.97133.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.36%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 38 (15.23% from 255) = 41.76%
R=37.36%
G=20.88%
B=41.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3419380.110.5000.85287.3733.3311.18
Hex221326B3205511f21b
Octal422346136201254374113
Binary100010100111001101011110010010101011000111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221326; }

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

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

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

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

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

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

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

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