#190D28

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

Shades of Blackcurrant #190D28

Tints of Blackcurrant #190D28

Color information

#190D28 (or 0x190D28) is unknown color: approx Blackcurrant. HEX triplet: 19, 0D and 28. RGB value is (25,13,40). Sum of RGB (Red+Green+Blue) = 25+13+40=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #190D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D28 is #E6F2D7. Grayscale: #131313. Windows color (decimal): -15135448 or 2624793. OLE color: 2624793.

HSL color Cylindrical-coordinate representation of color #190D28: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190D28 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB251340-
CMYK0.380.6700.84
HSL266.67º50.94%10.39%-
HSV(B)266.67º67.5%15.69%-
XYZ0.930.652.08-
YUV19.67139.48131.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=32.05%
G=16.67%
B=51.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2513400.380.6700.84266.6750.9410.39
Hex19D28264305410b33a
Octal3115504610301244136312
Binary1100111011010001001101000011010101001000010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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