#221F24

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

Shades of Blackcurrant #221F24

Tints of Blackcurrant #221F24

Color information

#221F24 (or 0x221F24) is unknown color: approx Blackcurrant. HEX triplet: 22, 1F and 24. RGB value is (34,31,36). Sum of RGB (Red+Green+Blue) = 34+31+36=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 36 - color contains mainly: blue. Hex color #221F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F24 is #DDE0DB. Grayscale: #202020. Windows color (decimal): -14541020 or 2367266. OLE color: 2367266.

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

Color convert

RGB343136-
CMYK0.060.1400.86
HSL276º7.46%13.14%-
HSV(B)276º13.89%14.12%-
XYZ1.471.451.87-
YUV32.47129.99129.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=33.66%
G=30.69%
B=35.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3431360.060.1400.862767.4613.14
Hex221F246E0561147d
Octal4237446160126424715
Binary100010111111001001101110010101101000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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