#190138

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

Shades of Blackcurrant #190138

Tints of Blackcurrant #190138

Color information

#190138 (or 0x190138) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 38. RGB value is (25,1,56). Sum of RGB (Red+Green+Blue) = 25+1+56=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #190138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190138 is #E6FEC7. Grayscale: #0E0E0E. Windows color (decimal): -15138504 or 3670297. OLE color: 3670297.

HSL color Cylindrical-coordinate representation of color #190138: hue angle of 266.18º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190138 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB25156-
CMYK0.550.9800.78
HSL266.18º96.49%11.18%-
HSV(B)266.18º98.21%21.96%-
XYZ1.130.513.78-
YUV14.45151.45135.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.49%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=30.49%
G=1.22%
B=68.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal251560.550.9800.78266.1896.4911.18
Hex19138376204E10a60b
Octal3117067142011641214013
Binary11001111100011011111000100100111010000101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190138; }

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

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

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

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

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

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

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

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