#190428

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

Shades of Blackcurrant #190428

Tints of Blackcurrant #190428

Color information

#190428 (or 0x190428) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 28. RGB value is (25,4,40). Sum of RGB (Red+Green+Blue) = 25+4+40=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #190428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190428 is #E6FBD7. Grayscale: #0E0E0E. Windows color (decimal): -15137752 or 2622489. OLE color: 2622489.

HSL color Cylindrical-coordinate representation of color #190428: hue angle of 275º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190428 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB25440-
CMYK0.380.9000.84
HSL275º81.82%8.63%-
HSV(B)275º90%15.69%-
XYZ0.830.452.05-
YUV14.38142.46135.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.23%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 40 (16.02% from 255) = 57.97%
R=36.23%
G=5.80%
B=57.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal254400.380.9000.8427581.828.63
Hex19428265A054113529
Octal3145046132012442312211
Binary1100110010100010011010110100101010010001001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190428; }

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

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

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

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

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

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

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

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