#190142

Color #190142 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #190142

Tints of Blackcurrant #190142

Color information

#190142 (or 0x190142) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 42. RGB value is (25,1,66). Sum of RGB (Red+Green+Blue) = 25+1+66=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 66 (26.17% from 255 or 71.74% from 92); Max value from RGB is 66 - color contains mainly: blue. Hex color #190142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190142 is #E6FEBD. Grayscale: #0F0F0F. Windows color (decimal): -15138494 or 4325657. OLE color: 4325657.

HSL color Cylindrical-coordinate representation of color #190142: hue angle of 262.15º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190142 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB25166-
CMYK0.620.9800.74
HSL262.15º97.01%13.14%-
HSV(B)262.15º98.48%25.88%-
XYZ1.40.625.2-
YUV15.59156.45134.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.17%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 66 (26.17% from 255) = 71.74%
R=27.17%
G=1.09%
B=71.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal251660.620.9800.74262.1597.0113.14
Hex191423E6204A10661d
Octal31110276142011240614115
Binary110011100001011111011000100100101010000011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190142; }

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

 H1.HeaderClassName
 {
   color: #190142;
 }
 .AnyTagClassName
 {
   color: #190142;
 }
</style>
background-color css

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

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

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

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

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

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