#191221

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

Shades of Blackcurrant #191221

Tints of Blackcurrant #191221

Color information

#191221 (or 0x191221) is unknown color: approx Blackcurrant. HEX triplet: 19, 12 and 21. RGB value is (25,18,33). Sum of RGB (Red+Green+Blue) = 25+18+33=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 33 - color contains mainly: blue. Hex color #191221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191221 is #E6EDDE. Grayscale: #151515. Windows color (decimal): -15134175 or 2167321. OLE color: 2167321.

HSL color Cylindrical-coordinate representation of color #191221: hue angle of 268º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #191221 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB251833-
CMYK0.240.4500.87
HSL268º29.41%10%-
HSV(B)268º45.45%12.94%-
XYZ0.890.751.54-
YUV21.8134.32130.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=32.89%
G=23.68%
B=43.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2518330.240.4500.8726829.4110
Hex191221182D05710c1da
Octal312241305501274143512
Binary11001100101000011100010110101010111100001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191221; }

 p { color: rgb(25,18,33); }

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

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

 a { background-color: rgb(25,18,33); }

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

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

 span { border-color: rgb(25,18,33); }

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