Html Css Color HEX #191220 Blackcurrant

📋 copy color: '#191220'

red 25 ◦ green 18 ◦ blue 32

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

Shades of Blackcurrant #191220

Tints of Blackcurrant #191220

RGB

 RED value IS 25 (10.16% from 255) = 33.33%

 GREEN value IS 18 (7.42% from 255) = 24%

 BLUE value IS 32 (12.89% from 255) = 42.67%

R = 33.33%
G = 24%
B = 42.67%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#191220 (or 0x191220) is known color: Blackcurrant. HEX triplet: 19, 12 and 20. RGB value is (25,18,32). Sum of RGB (Red+Green+Blue) = 25+18+32=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #191220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191220 is #E6EDDF. Grayscale: #151515. Windows color (decimal): -15134176 or 2101785. OLE color: 2101785.

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

Color convert

RGB 25 18 32 -
CMYK 0.22 0.44 0 0.87
HSL 270º 0.28% 0.1% -
HSV(B) 270º 0.44% 0.13% -
XYZ 0.88 0.74 1.46 -
YUV 21.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 25 18 32 0.22 0.44 0 0.87 270 0.28 0.1
Hex 19 12 20 16 2C 0 57 10E 1C A
Octal 31 22 40 26 54 0 127 416 34 12
Binary 11001 10010 100000 10110 101100 0 1010111 100001110 11100 1010

Color Harmonies of #191220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191220

Black with #191220

Text Example


Text Example

White with #191220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191220; }

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

 H1.HeaderClassName
 {
   color: #191220;
 }
 .AnyTagClassName
 {
   color: #191220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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