#190930

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

Shades of Blackcurrant #190930

Tints of Blackcurrant #190930

Color information

#190930 (or 0x190930) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 30. RGB value is (25,9,48). Sum of RGB (Red+Green+Blue) = 25+9+48=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #190930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190930 is #E6F6CF. Grayscale: #121212. Windows color (decimal): -15136464 or 3148057. OLE color: 3148057.

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

Color convert

RGB25948-
CMYK0.480.8100.81
HSL264.62º68.42%11.18%-
HSV(B)264.62º81.25%18.82%-
XYZ1.030.622.86-
YUV18.23144.8132.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.49%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=30.49%
G=10.98%
B=58.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal259480.480.8100.81264.6268.4211.18
Hex19930305105110944b
Octal31116060121012141110413
Binary11001100111000011000010100010101000110000100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190930; }

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

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

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

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

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

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

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

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