#190135

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

Shades of Blackcurrant #190135

Tints of Blackcurrant #190135

Color information

#190135 (or 0x190135) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 35. RGB value is (25,1,53). Sum of RGB (Red+Green+Blue) = 25+1+53=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 53 (21.09% from 255 or 67.09% from 79); Max value from RGB is 53 - color contains mainly: blue. Hex color #190135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190135 is #E6FECA. Grayscale: #0D0D0D. Windows color (decimal): -15138507 or 3473689. OLE color: 3473689.

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

Color convert

RGB25153-
CMYK0.530.9800.79
HSL267.69º96.3%10.59%-
HSV(B)267.69º98.11%20.78%-
XYZ1.050.493.41-
YUV14.1149.95135.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.65%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 53 (21.09% from 255) = 67.09%
R=31.65%
G=1.27%
B=67.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal251530.530.9800.79267.6996.310.59
Hex19135356204F10c60b
Octal3116565142011741414013
Binary11001111010111010111000100100111110000110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190135; }

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

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

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

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

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

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

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

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