#110031

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

Shades of Blackcurrant #110031

Tints of Blackcurrant #110031

Color information

#110031 (or 0x110031) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 31. RGB value is (17,0,49). Sum of RGB (Red+Green+Blue) = 17+0+49=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #110031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110031 is #EEFFCE. Grayscale: #0A0A0A. Windows color (decimal): -15663055 or 3211281. OLE color: 3211281.

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

Color convert

RGB17049-
CMYK0.65100.81
HSL260.82º100%9.61%-
HSV(B)260.82º100%19.22%-
XYZ0.790.342.93-
YUV10.67149.63132.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 74.24%
R=25.76%
G=0%
B=74.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal170490.65100.81260.821009.61
Hex11031416405110564a
Octal21061101144012140514412
Binary100010110001100000111001000101000110000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110031; }

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

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

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

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

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

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

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

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