#190732

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

Shades of Blackcurrant #190732

Tints of Blackcurrant #190732

Color information

#190732 (or 0x190732) is unknown color: approx Blackcurrant. HEX triplet: 19, 07 and 32. RGB value is (25,7,50). Sum of RGB (Red+Green+Blue) = 25+7+50=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #190732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190732 is #E6F8CD. Grayscale: #111111. Windows color (decimal): -15136974 or 3278617. OLE color: 3278617.

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

Color convert

RGB25750-
CMYK0.500.8600.80
HSL265.12º75.44%11.18%-
HSV(B)265.12º86%19.61%-
XYZ1.050.593.08-
YUV17.28146.46133.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.49%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 50 (19.92% from 255) = 60.98%
R=30.49%
G=8.54%
B=60.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal257500.500.8600.80265.1275.4411.18
Hex1973232560501094bb
Octal3176262126012041111313
Binary1100111111001011001010101100101000010000100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190732; }

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

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

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

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

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

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

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

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