#221226

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

Shades of Blackcurrant #221226

Tints of Blackcurrant #221226

Color information

#221226 (or 0x221226) is unknown color: approx Blackcurrant. HEX triplet: 22, 12 and 26. RGB value is (34,18,38). Sum of RGB (Red+Green+Blue) = 34+18+38=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #221226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221226 is #DDEDD9. Grayscale: #191919. Windows color (decimal): -14544346 or 2495010. OLE color: 2495010.

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

Color convert

RGB341838-
CMYK0.110.5300.85
HSL288º35.71%10.98%-
HSV(B)288º52.63%14.9%-
XYZ1.230.911.95-
YUV25.06135.3134.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 38 (15.23% from 255) = 42.22%
R=37.78%
G=20%
B=42.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3418380.110.5300.8528835.7110.98
Hex221226B3505512024b
Octal422246136501254404413
Binary100010100101001101011110101010101011001000001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221226; }

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

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

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

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

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

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

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

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