#190335

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

Shades of Blackcurrant #190335

Tints of Blackcurrant #190335

Color information

#190335 (or 0x190335) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 35. RGB value is (25,3,53). Sum of RGB (Red+Green+Blue) = 25+3+53=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #190335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190335 is #E6FCCA. Grayscale: #0F0F0F. Windows color (decimal): -15137995 or 3474201. OLE color: 3474201.

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

Color convert

RGB25353-
CMYK0.530.9400.79
HSL266.4º89.29%10.98%-
HSV(B)266.4º94.34%20.78%-
XYZ1.080.533.41-
YUV15.28149.29134.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.86%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 53 (21.09% from 255) = 65.43%
R=30.86%
G=3.70%
B=65.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253530.530.9400.79266.489.2910.98
Hex19335355E04F10a59b
Octal3136565136011741213113
Binary110011111010111010110111100100111110000101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190335; }

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

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

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

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

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

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

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

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