#110032

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

Shades of Blackcurrant #110032

Tints of Blackcurrant #110032

Color information

#110032 (or 0x110032) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 32. RGB value is (17,0,50). Sum of RGB (Red+Green+Blue) = 17+0+50=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 50 (19.92% from 255 or 74.63% from 67); Max value from RGB is 50 - color contains mainly: blue. Hex color #110032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110032 is #EEFFCD. Grayscale: #0A0A0A. Windows color (decimal): -15663054 or 3276817. OLE color: 3276817.

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

Color convert

RGB17050-
CMYK0.66100.80
HSL260.4º100%9.8%-
HSV(B)260.4º100%19.61%-
XYZ0.810.353.04-
YUV10.78150.13132.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 74.63%
R=25.37%
G=0%
B=74.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal170500.66100.80260.41009.8
Hex11032426405010464a
Octal21062102144012040414412
Binary100010110010100001011001000101000010000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110032; }

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

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

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

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

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

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

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

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