#221A24

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

Shades of Blackcurrant #221A24

Tints of Blackcurrant #221A24

Color information

#221A24 (or 0x221A24) is unknown color: approx Blackcurrant. HEX triplet: 22, 1A and 24. RGB value is (34,26,36). Sum of RGB (Red+Green+Blue) = 34+26+36=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 36 - color contains mainly: blue. Hex color #221A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A24 is #DDE5DB. Grayscale: #1D1D1D. Windows color (decimal): -14542300 or 2365986. OLE color: 2365986.

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

Color convert

RGB342636-
CMYK0.060.2800.86
HSL288º16.13%12.16%-
HSV(B)288º27.78%14.12%-
XYZ1.351.211.83-
YUV29.53131.65131.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.42%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=35.42%
G=27.08%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3426360.060.2800.8628816.1312.16
Hex221A2461C05612010c
Octal42324463401264402014
Binary100010110101001001101110001010110100100000100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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