#221C27

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

Shades of Blackcurrant #221C27

Tints of Blackcurrant #221C27

Color information

#221C27 (or 0x221C27) is unknown color: approx Blackcurrant. HEX triplet: 22, 1C and 27. RGB value is (34,28,39). Sum of RGB (Red+Green+Blue) = 34+28+39=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 39 - color contains mainly: blue. Hex color #221C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C27 is #DDE3D8. Grayscale: #1F1F1F. Windows color (decimal): -14541785 or 2563106. OLE color: 2563106.

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

Color convert

RGB342839-
CMYK0.130.2800.85
HSL272.73º16.42%13.14%-
HSV(B)272.73º28.21%15.29%-
XYZ1.441.322.1-
YUV31.05132.49130.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 39 (15.62% from 255) = 38.61%
R=33.66%
G=27.72%
B=38.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3428390.130.2800.85272.7316.4213.14
Hex221C27D1C05511110d
Octal423447153401254212015
Binary1000101110010011111011110001010101100010001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,28,39); }

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

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

 a { background-color: rgb(34,28,39); }

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

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

 span { border-color: rgb(34,28,39); }

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