#221B24

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

Shades of Blackcurrant #221B24

Tints of Blackcurrant #221B24

Color information

#221B24 (or 0x221B24) is unknown color: approx Blackcurrant. HEX triplet: 22, 1B and 24. RGB value is (34,27,36). Sum of RGB (Red+Green+Blue) = 34+27+36=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 36 - color contains mainly: blue. Hex color #221B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B24 is #DDE4DB. Grayscale: #1E1E1E. Windows color (decimal): -14542044 or 2366242. OLE color: 2366242.

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

Color convert

RGB342736-
CMYK0.060.2500.86
HSL286.67º14.29%12.35%-
HSV(B)286.67º25%14.12%-
XYZ1.371.251.84-
YUV30.12131.32130.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=35.05%
G=27.84%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3427360.060.2500.86286.6714.2912.35
Hex221B2461905611fec
Octal42334463101264371614
Binary10001011011100100110110010101011010001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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