Html Css Color HEX #190120 Blackcurrant

📋 copy color: '#190120'

red 25 ◦ green 1 ◦ blue 32

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

Shades of Blackcurrant #190120

Tints of Blackcurrant #190120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.72%

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

R = 43.1%
G = 1.72%
B = 55.17%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#190120 (or 0x190120) is known color: Blackcurrant. HEX triplet: 19, 01 and 20. RGB value is (25,1,32). Sum of RGB (Red+Green+Blue) = 25+1+32=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #190120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190120 is #E6FEDF. Grayscale: #0B0B0B. Windows color (decimal): -15138528 or 2097433. OLE color: 2097433.

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

Color convert

RGB 25 1 32 -
CMYK 0.22 0.97 0 0.87
HSL 286.45º 0.94% 0.06% -
HSV(B) 286.45º 0.97% 0.13% -
XYZ 0.67 0.33 1.4 -
YUV 11.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 25 1 32 0.22 0.97 0 0.87 286.45 0.94 0.06
Hex 19 1 20 16 61 0 57 11E 5E 6
Octal 31 1 40 26 141 0 127 436 136 6
Binary 11001 1 100000 10110 1100001 0 1010111 100011110 1011110 110

Color Harmonies of #190120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190120

Black with #190120

Text Example


Text Example

White with #190120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190120; }

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

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

background-color css

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

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

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

border-color css

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

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

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