#190334

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

Shades of Blackcurrant #190334

Tints of Blackcurrant #190334

Color information

#190334 (or 0x190334) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 34. RGB value is (25,3,52). Sum of RGB (Red+Green+Blue) = 25+3+52=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #190334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190334 is #E6FCCB. Grayscale: #0E0E0E. Windows color (decimal): -15137996 or 3408665. OLE color: 3408665.

HSL color Cylindrical-coordinate representation of color #190334: hue angle of 266.94º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190334 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB25352-
CMYK0.520.9400.80
HSL266.94º89.09%10.78%-
HSV(B)266.94º94.23%20.39%-
XYZ1.050.523.29-
YUV15.16148.79135.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 52 (20.70% from 255) = 65%
R=31.25%
G=3.75%
B=65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal253520.520.9400.80266.9489.0910.78
Hex19334345E05010b59b
Octal3136464136012041313113
Binary110011111010011010010111100101000010000101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190334; }

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

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

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

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

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

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

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

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