#221D24

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

Shades of Blackcurrant #221D24

Tints of Blackcurrant #221D24

Color information

#221D24 (or 0x221D24) is unknown color: approx Blackcurrant. HEX triplet: 22, 1D and 24. RGB value is (34,29,36). Sum of RGB (Red+Green+Blue) = 34+29+36=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 36 - color contains mainly: blue. Hex color #221D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D24 is #DDE2DB. Grayscale: #1F1F1F. Windows color (decimal): -14541532 or 2366754. OLE color: 2366754.

HSL color Cylindrical-coordinate representation of color #221D24: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #221D24 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB342936-
CMYK0.060.1900.86
HSL282.86º10.77%12.75%-
HSV(B)282.86º19.44%14.12%-
XYZ1.421.351.85-
YUV31.29130.66129.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=34.34%
G=29.29%
B=36.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3429360.060.1900.86282.8610.7712.75
Hex221D2461305611bbd
Octal42354462301264331315
Binary10001011101100100110100110101011010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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