#110132

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

Shades of Blackcurrant #110132

Tints of Blackcurrant #110132

Color information

#110132 (or 0x110132) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 32. RGB value is (17,1,50). Sum of RGB (Red+Green+Blue) = 17+1+50=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #110132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110132 is #EEFECD. Grayscale: #0B0B0B. Windows color (decimal): -15662798 or 3277073. OLE color: 3277073.

HSL color Cylindrical-coordinate representation of color #110132: hue angle of 259.59º 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 #110132 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB17150-
CMYK0.660.9800.80
HSL259.59º96.08%10%-
HSV(B)259.59º98%19.61%-
XYZ0.820.373.05-
YUV11.37149.8132.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 50 (19.92% from 255) = 73.53%
R=25%
G=1.47%
B=73.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal171500.660.9800.80259.5996.0810
Hex11132426205010460a
Octal21162102142012040414012
Binary100011110010100001011000100101000010000010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110132; }

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

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

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

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

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

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

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

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