#110131

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

Shades of Blackcurrant #110131

Tints of Blackcurrant #110131

Color information

#110131 (or 0x110131) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 31. RGB value is (17,1,49). Sum of RGB (Red+Green+Blue) = 17+1+49=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #110131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110131 is #EEFECE. Grayscale: #0B0B0B. Windows color (decimal): -15662799 or 3211537. OLE color: 3211537.

HSL color Cylindrical-coordinate representation of color #110131: hue angle of 260º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110131 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB17149-
CMYK0.650.9800.81
HSL260º96%9.8%-
HSV(B)260º97.96%19.22%-
XYZ0.80.362.93-
YUV11.26149.3132.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 49 (19.53% from 255) = 73.13%
R=25.37%
G=1.49%
B=73.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal171490.650.9800.81260969.8
Hex11131416205110460a
Octal21161101142012140414012
Binary100011110001100000111000100101000110000010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110131; }

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

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

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

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

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

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

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

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