#190538

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

Shades of Blackcurrant #190538

Tints of Blackcurrant #190538

Color information

#190538 (or 0x190538) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 38. RGB value is (25,5,56). Sum of RGB (Red+Green+Blue) = 25+5+56=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #190538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190538 is #E6FAC7. Grayscale: #101010. Windows color (decimal): -15137480 or 3671321. OLE color: 3671321.

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

Color convert

RGB25556-
CMYK0.550.9100.78
HSL263.53º83.61%11.96%-
HSV(B)263.53º91.07%21.96%-
XYZ1.170.63.8-
YUV16.79150.13133.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.07%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 56 (22.27% from 255) = 65.12%
R=29.07%
G=5.81%
B=65.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal255560.550.9100.78263.5383.6111.96
Hex19538375B04E10854c
Octal3157067133011641012414
Binary1100110111100011011110110110100111010000100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190538; }

 p { color: rgb(25,5,56); }

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

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

 a { background-color: rgb(25,5,56); }

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

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

 span { border-color: rgb(25,5,56); }

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