Html Css Color HEX #191120 Blackcurrant

📋 copy color: '#191120'

red 25 ◦ green 17 ◦ blue 32

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

Shades of Blackcurrant #191120

Tints of Blackcurrant #191120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.97%

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

R = 33.78%
G = 22.97%
B = 43.24%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#191120 (or 0x191120) is known color: Blackcurrant. HEX triplet: 19, 11 and 20. RGB value is (25,17,32). Sum of RGB (Red+Green+Blue) = 25+17+32=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #191120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191120 is #E6EEDF. Grayscale: #151515. Windows color (decimal): -15134432 or 2101529. OLE color: 2101529.

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

Color convert

RGB 25 17 32 -
CMYK 0.22 0.47 0 0.87
HSL 272º 0.31% 0.1% -
HSV(B) 272º 0.47% 0.13% -
XYZ 0.86 0.71 1.46 -
YUV 21.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 25 17 32 0.22 0.47 0 0.87 272 0.31 0.1
Hex 19 11 20 16 2F 0 57 110 1F A
Octal 31 21 40 26 57 0 127 420 37 12
Binary 11001 10001 100000 10110 101111 0 1010111 100010000 11111 1010

Color Harmonies of #191120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191120

Black with #191120

Text Example


Text Example

White with #191120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191120; }

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

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

background-color css

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

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

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

border-color css

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

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

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