Html Css Color HEX #190131 Blackcurrant

📋 copy color: '#190131'

red 25 ◦ green 1 ◦ blue 49

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

Shades of Blackcurrant #190131

Tints of Blackcurrant #190131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 65.33%

R = 33.33%
G = 1.33%
B = 65.33%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#190131 (or 0x190131) is known color: Blackcurrant. HEX triplet: 19, 01 and 31. RGB value is (25,1,49). Sum of RGB (Red+Green+Blue) = 25+1+49=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #190131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190131 is #E6FECE. Grayscale: #0D0D0D. Windows color (decimal): -15138511 or 3211545. OLE color: 3211545.

HSL color Cylindrical-coordinate representation of color #190131: hue angle of 270º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190131 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 1 49 -
CMYK 0.49 0.98 0 0.81
HSL 270º 0.96% 0.1% -
HSV(B) 270º 0.98% 0.19% -
XYZ 0.97 0.45 2.94 -
YUV 13.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 25 1 49 0.49 0.98 0 0.81 270 0.96 0.1
Hex 19 1 31 31 62 0 51 10E 60 A
Octal 31 1 61 61 142 0 121 416 140 12
Binary 11001 1 110001 110001 1100010 0 1010001 100001110 1100000 1010

Color Harmonies of #190131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190131

Black with #190131

Text Example


Text Example

White with #190131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190131; }

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

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

background-color css

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

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

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

border-color css

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

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

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