#190130

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

Shades of Blackcurrant #190130

Tints of Blackcurrant #190130

Color information

#190130 (or 0x190130) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 30. RGB value is (25,1,48). Sum of RGB (Red+Green+Blue) = 25+1+48=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #190130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190130 is #E6FECF. Grayscale: #0D0D0D. Windows color (decimal): -15138512 or 3146009. OLE color: 3146009.

HSL color Cylindrical-coordinate representation of color #190130: hue angle of 270.64º 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 #190130 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB25148-
CMYK0.480.9800.81
HSL270.64º95.92%9.61%-
HSV(B)270.64º97.92%18.82%-
XYZ0.950.442.83-
YUV13.53147.45136.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.78%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=33.78%
G=1.35%
B=64.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal251480.480.9800.81270.6495.929.61
Hex19130306205110f60a
Octal3116060142012141714012
Binary11001111000011000011000100101000110000111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190130; }

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

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

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

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

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

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

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

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