#190435

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

Shades of Blackcurrant #190435

Tints of Blackcurrant #190435

Color information

#190435 (or 0x190435) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 35. RGB value is (25,4,53). Sum of RGB (Red+Green+Blue) = 25+4+53=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #190435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190435 is #E6FBCA. Grayscale: #0F0F0F. Windows color (decimal): -15137739 or 3474457. OLE color: 3474457.

HSL color Cylindrical-coordinate representation of color #190435: hue angle of 265.71º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190435 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB25453-
CMYK0.530.9200.79
HSL265.71º85.96%11.18%-
HSV(B)265.71º92.45%20.78%-
XYZ1.090.553.42-
YUV15.86148.96134.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.49%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 53 (21.09% from 255) = 64.63%
R=30.49%
G=4.88%
B=64.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254530.530.9200.79265.7185.9611.18
Hex19435355C04F10a56b
Octal3146565134011741212613
Binary1100110011010111010110111000100111110000101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190435; }

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

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

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

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

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

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

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

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