#190239

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

Shades of Blackcurrant #190239

Tints of Blackcurrant #190239

Color information

#190239 (or 0x190239) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 39. RGB value is (25,2,57). Sum of RGB (Red+Green+Blue) = 25+2+57=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 57 (22.66% from 255 or 67.86% from 84); Max value from RGB is 57 - color contains mainly: blue. Hex color #190239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190239 is #E6FDC6. Grayscale: #0E0E0E. Windows color (decimal): -15138247 or 3736089. OLE color: 3736089.

HSL color Cylindrical-coordinate representation of color #190239: hue angle of 265.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190239 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB25257-
CMYK0.560.9600.78
HSL265.09º93.22%11.57%-
HSV(B)265.09º96.49%22.35%-
XYZ1.160.553.91-
YUV15.15151.62135.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 57 (22.66% from 255) = 67.86%
R=29.76%
G=2.38%
B=67.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal252570.560.9600.78265.0993.2211.57
Hex19239386004E1095dc
Octal3127170140011641113514
Binary110011011100111100011000000100111010000100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190239; }

 p { color: rgb(25,2,57); }

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

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

 a { background-color: rgb(25,2,57); }

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

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

 span { border-color: rgb(25,2,57); }

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