#190631

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

Shades of Blackcurrant #190631

Tints of Blackcurrant #190631

Color information

#190631 (or 0x190631) is unknown color: approx Blackcurrant. HEX triplet: 19, 06 and 31. RGB value is (25,6,49). Sum of RGB (Red+Green+Blue) = 25+6+49=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #190631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190631 is #E6F9CE. Grayscale: #101010. Windows color (decimal): -15137231 or 3212825. OLE color: 3212825.

HSL color Cylindrical-coordinate representation of color #190631: hue angle of 266.51º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190631 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB25649-
CMYK0.490.8800.81
HSL266.51º78.18%10.78%-
HSV(B)266.51º87.76%19.22%-
XYZ1.020.562.96-
YUV16.58146.29134-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=31.25%
G=7.5%
B=61.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal256490.490.8800.81266.5178.1810.78
Hex19631315805110b4eb
Octal3166161130012141311613
Binary1100111011000111000110110000101000110000101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190631; }

 p { color: rgb(25,6,49); }

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

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

 a { background-color: rgb(25,6,49); }

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

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

 span { border-color: rgb(25,6,49); }

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