#110133

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

Shades of Blackcurrant #110133

Tints of Blackcurrant #110133

Color information

#110133 (or 0x110133) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 33. RGB value is (17,1,51). Sum of RGB (Red+Green+Blue) = 17+1+51=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #110133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110133 is #EEFECC. Grayscale: #0B0B0B. Windows color (decimal): -15662797 or 3342609. OLE color: 3342609.

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

Color convert

RGB17151-
CMYK0.670.9800.8
HSL259.2º96.15%10.2%-
HSV(B)259.2º98.04%20%-
XYZ0.840.383.16-
YUV11.48150.3131.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 51 (20.31% from 255) = 73.91%
R=24.64%
G=1.45%
B=73.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal171510.670.9800.8259.296.1510.2
Hex11133436205010360a
Octal21163103142012040314012
Binary100011110011100001111000100101000010000001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110133; }

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

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

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

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

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

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

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

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