#190027

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

Shades of Blackcurrant #190027

Tints of Blackcurrant #190027

Color information

#190027 (or 0x190027) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 27. RGB value is (25,0,39). Sum of RGB (Red+Green+Blue) = 25+0+39=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #190027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190027 is #E6FFD8. Grayscale: #0B0B0B. Windows color (decimal): -15138777 or 2555929. OLE color: 2555929.

HSL color Cylindrical-coordinate representation of color #190027: hue angle of 278.46º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190027 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB25039-
CMYK0.36100.85
HSL278.46º100%7.65%-
HSV(B)278.46º100%15.29%-
XYZ0.770.351.95-
YUV11.92143.28137.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=39.06%
G=0%
B=60.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal250390.36100.85278.461007.65
Hex190272464055116648
Octal3104744144012542614410
Binary11001010011110010011001000101010110001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190027; }

 p { color: rgb(25,0,39); }

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

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

 a { background-color: rgb(25,0,39); }

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

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

 span { border-color: rgb(25,0,39); }

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