#221327

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

Shades of Blackcurrant #221327

Tints of Blackcurrant #221327

Color information

#221327 (or 0x221327) is unknown color: approx Blackcurrant. HEX triplet: 22, 13 and 27. RGB value is (34,19,39). Sum of RGB (Red+Green+Blue) = 34+19+39=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #221327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221327 is #DDECD8. Grayscale: #191919. Windows color (decimal): -14544089 or 2560802. OLE color: 2560802.

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

Color convert

RGB341939-
CMYK0.130.5100.85
HSL285º34.48%11.37%-
HSV(B)285º51.28%15.29%-
XYZ1.260.952.04-
YUV25.76135.47133.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.96%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=36.96%
G=20.65%
B=42.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3419390.130.5100.8528534.4811.37
Hex221327D3305511d22b
Octal422347156301254354213
Binary100010100111001111101110011010101011000111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221327; }

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

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

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

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

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

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

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

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