#190133

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

Shades of Blackcurrant #190133

Tints of Blackcurrant #190133

Color information

#190133 (or 0x190133) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 33. RGB value is (25,1,51). Sum of RGB (Red+Green+Blue) = 25+1+51=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #190133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190133 is #E6FECC. Grayscale: #0D0D0D. Windows color (decimal): -15138509 or 3342617. OLE color: 3342617.

HSL color Cylindrical-coordinate representation of color #190133: hue angle of 268.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190133 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB25151-
CMYK0.510.9800.8
HSL268.8º96.15%10.2%-
HSV(B)268.8º98.04%20%-
XYZ1.010.473.17-
YUV13.88148.95135.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 51 (20.31% from 255) = 66.23%
R=32.47%
G=1.30%
B=66.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251510.510.9800.8268.896.1510.2
Hex19133336205010d60a
Octal3116363142012041514012
Binary11001111001111001111000100101000010000110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190133; }

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

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

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

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

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

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

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

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