#221026

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

Shades of Blackcurrant #221026

Tints of Blackcurrant #221026

Color information

#221026 (or 0x221026) is unknown color: approx Blackcurrant. HEX triplet: 22, 10 and 26. RGB value is (34,16,38). Sum of RGB (Red+Green+Blue) = 34+16+38=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #221026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221026 is #DDEFD9. Grayscale: #171717. Windows color (decimal): -14544858 or 2494498. OLE color: 2494498.

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

Color convert

RGB341638-
CMYK0.110.5800.85
HSL289.09º40.74%10.59%-
HSV(B)289.09º57.89%14.9%-
XYZ1.190.851.93-
YUV23.89135.96135.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=38.64%
G=18.18%
B=43.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3416380.110.5800.85289.0940.7410.59
Hex221026B3A05512129b
Octal422046137201254415113
Binary100010100001001101011111010010101011001000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221026; }

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

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

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

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

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

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

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

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