#110129

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

Shades of Blackcurrant #110129

Tints of Blackcurrant #110129

Color information

#110129 (or 0x110129) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 29. RGB value is (17,1,41). Sum of RGB (Red+Green+Blue) = 17+1+41=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 41 (16.41% from 255 or 69.49% from 59); Max value from RGB is 41 - color contains mainly: blue. Hex color #110129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110129 is #EEFED6. Grayscale: #0A0A0A. Windows color (decimal): -15662807 or 2687249. OLE color: 2687249.

HSL color Cylindrical-coordinate representation of color #110129: hue angle of 264º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110129 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB17141-
CMYK0.590.9800.84
HSL264º95.24%8.24%-
HSV(B)264º97.56%16.08%-
XYZ0.640.32.12-
YUV10.34145.3132.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 41 (16.41% from 255) = 69.49%
R=28.81%
G=1.69%
B=69.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal171410.590.9800.8426495.248.24
Hex111293B620541085f8
Octal2115173142012441013710
Binary10001110100111101111000100101010010000100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110129; }

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

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

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

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

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

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

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

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