#221D26

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

Shades of Blackcurrant #221D26

Tints of Blackcurrant #221D26

Color information

#221D26 (or 0x221D26) is unknown color: approx Blackcurrant. HEX triplet: 22, 1D and 26. RGB value is (34,29,38). Sum of RGB (Red+Green+Blue) = 34+29+38=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 38 - color contains mainly: blue. Hex color #221D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D26 is #DDE2D9. Grayscale: #1F1F1F. Windows color (decimal): -14541530 or 2497826. OLE color: 2497826.

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

Color convert

RGB342938-
CMYK0.110.2400.85
HSL273.33º13.43%13.14%-
HSV(B)273.33º23.68%14.9%-
XYZ1.451.362.02-
YUV31.52131.66129.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 29 (11.72% from 255) = 28.71%
BLUE value IS 38 (15.23% from 255) = 37.62%
R=33.66%
G=28.71%
B=37.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3429380.110.2400.85273.3313.4313.14
Hex221D26B18055111dd
Octal423546133001254211515
Binary100010111011001101011110000101010110001000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221D26; }

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

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

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

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

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

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

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

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