#110429

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

Shades of Blackcurrant #110429

Tints of Blackcurrant #110429

Color information

#110429 (or 0x110429) is unknown color: approx Blackcurrant. HEX triplet: 11, 04 and 29. RGB value is (17,4,41). Sum of RGB (Red+Green+Blue) = 17+4+41=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #110429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110429 is #EEFBD6. Grayscale: #0B0B0B. Windows color (decimal): -15662039 or 2688017. OLE color: 2688017.

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

Color convert

RGB17441-
CMYK0.590.9000.84
HSL261.08º82.22%8.82%-
HSV(B)261.08º90.24%16.08%-
XYZ0.670.372.13-
YUV12.1144.31131.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 41 (16.41% from 255) = 66.13%
R=27.42%
G=6.45%
B=66.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174410.590.9000.84261.0882.228.82
Hex114293B5A054105529
Octal2145173132012440512211
Binary1000110010100111101110110100101010010000010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110429; }

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

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

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

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

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

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

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

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