#190F28

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

Shades of Blackcurrant #190F28

Tints of Blackcurrant #190F28

Color information

#190F28 (or 0x190F28) is unknown color: approx Blackcurrant. HEX triplet: 19, 0F and 28. RGB value is (25,15,40). Sum of RGB (Red+Green+Blue) = 25+15+40=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #190F28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F28 is #E6F0D7. Grayscale: #141414. Windows color (decimal): -15134936 or 2625305. OLE color: 2625305.

HSL color Cylindrical-coordinate representation of color #190F28: hue angle of 264º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #190F28 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB251540-
CMYK0.380.6200.84
HSL264º45.45%10.78%-
HSV(B)264º62.5%15.69%-
XYZ0.950.72.09-
YUV20.84138.81130.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 40 (16.02% from 255) = 50%
R=31.25%
G=18.75%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2515400.380.6200.8426445.4510.78
Hex19F28263E0541082db
Octal311750467601244105513
Binary110011111101000100110111110010101001000010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190F28; }

 p { color: rgb(25,15,40); }

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

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

 a { background-color: rgb(25,15,40); }

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

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

 span { border-color: rgb(25,15,40); }

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