#190530

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

Shades of Blackcurrant #190530

Tints of Blackcurrant #190530

Color information

#190530 (or 0x190530) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 30. RGB value is (25,5,48). Sum of RGB (Red+Green+Blue) = 25+5+48=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #190530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190530 is #E6FACF. Grayscale: #0F0F0F. Windows color (decimal): -15137488 or 3147033. OLE color: 3147033.

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

Color convert

RGB25548-
CMYK0.480.9000.81
HSL267.91º81.13%10.39%-
HSV(B)267.91º89.58%18.82%-
XYZ0.990.532.85-
YUV15.88146.13134.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=32.05%
G=6.41%
B=61.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal255480.480.9000.81267.9181.1310.39
Hex19530305A05110c51a
Octal3156060132012141412112
Binary1100110111000011000010110100101000110000110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190530; }

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

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

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

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

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

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

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

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