#190430

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

Shades of Blackcurrant #190430

Tints of Blackcurrant #190430

Color information

#190430 (or 0x190430) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 30. RGB value is (25,4,48). Sum of RGB (Red+Green+Blue) = 25+4+48=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #190430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190430 is #E6FBCF. Grayscale: #0F0F0F. Windows color (decimal): -15137744 or 3146777. OLE color: 3146777.

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

Color convert

RGB25448-
CMYK0.480.9200.81
HSL268.64º84.62%10.2%-
HSV(B)268.64º91.67%18.82%-
XYZ0.980.512.84-
YUV15.3146.46134.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 48 (19.14% from 255) = 62.34%
R=32.47%
G=5.19%
B=62.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal254480.480.9200.81268.6484.6210.2
Hex19430305C05110d55a
Octal3146060134012141512512
Binary1100110011000011000010111000101000110000110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190430; }

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

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

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

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

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

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

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

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