#190932

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

Shades of Blackcurrant #190932

Tints of Blackcurrant #190932

Color information

#190932 (or 0x190932) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 32. RGB value is (25,9,50). Sum of RGB (Red+Green+Blue) = 25+9+50=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #190932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190932 is #E6F6CD. Grayscale: #121212. Windows color (decimal): -15136462 or 3279129. OLE color: 3279129.

HSL color Cylindrical-coordinate representation of color #190932: hue angle of 263.41º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #190932 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB25950-
CMYK0.500.8200.80
HSL263.41º69.49%11.57%-
HSV(B)263.41º82%19.61%-
XYZ1.070.633.08-
YUV18.46145.8132.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=29.76%
G=10.71%
B=59.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal259500.500.8200.80263.4169.4911.57
Hex19932325205010745c
Octal31116262122012040710514
Binary11001100111001011001010100100101000010000011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190932; }

 p { color: rgb(25,9,50); }

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

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

 a { background-color: rgb(25,9,50); }

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

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

 span { border-color: rgb(25,9,50); }

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