#190429

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

Shades of Blackcurrant #190429

Tints of Blackcurrant #190429

Color information

#190429 (or 0x190429) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 29. RGB value is (25,4,41). Sum of RGB (Red+Green+Blue) = 25+4+41=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #190429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190429 is #E6FBD6. Grayscale: #0E0E0E. Windows color (decimal): -15137751 or 2688025. OLE color: 2688025.

HSL color Cylindrical-coordinate representation of color #190429: hue angle of 274.05º 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 #190429 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB25441-
CMYK0.390.9000.84
HSL274.05º82.22%8.82%-
HSV(B)274.05º90.24%16.08%-
XYZ0.840.452.14-
YUV14.5142.96135.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 4 (1.95% from 255) = 5.71%
BLUE value IS 41 (16.41% from 255) = 58.57%
R=35.71%
G=5.71%
B=58.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal254410.390.9000.84274.0582.228.82
Hex19429275A054112529
Octal3145147132012442212211
Binary1100110010100110011110110100101010010001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190429; }

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

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

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

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

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

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

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

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