#190330

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

Shades of Blackcurrant #190330

Tints of Blackcurrant #190330

Color information

#190330 (or 0x190330) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 30. RGB value is (25,3,48). Sum of RGB (Red+Green+Blue) = 25+3+48=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #190330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190330 is #E6FCCF. Grayscale: #0E0E0E. Windows color (decimal): -15138000 or 3146521. OLE color: 3146521.

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

Color convert

RGB25348-
CMYK0.480.9400.81
HSL269.33º88.24%10%-
HSV(B)269.33º93.75%18.82%-
XYZ0.970.492.84-
YUV14.71146.79135.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=32.89%
G=3.95%
B=63.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal253480.480.9400.81269.3388.2410
Hex19330305E05110d58a
Octal3136060136012141513012
Binary110011111000011000010111100101000110000110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190330; }

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

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

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

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

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

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

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

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