Html Css Color HEX #191221 Blackcurrant

📋 copy color: '#191221'

red 25 ◦ green 18 ◦ blue 33

#191221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #191221

Tints of Blackcurrant #191221

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 value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#191221 (or 0x191221) is known color: 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

RGB 25 18 33 -
CMYK 0.24 0.45 0 0.87
HSL 268º 0.29% 0.1% -
HSV(B) 268º 0.45% 0.13% -
XYZ 0.89 0.75 1.54 -
YUV 21.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 25 18 33 0.24 0.45 0 0.87 268 0.29 0.1
Hex 19 12 21 18 2D 0 57 10C 1D A
Octal 31 22 41 30 55 0 127 414 35 12
Binary 11001 10010 100001 11000 101101 0 1010111 100001100 11101 1010

Color Harmonies of #191221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191221

Black with #191221

Text Example


Text Example

White with #191221

Text Example


Text Example

HTML Codes & Css Web 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>