#11032D

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

Shades of Blackcurrant #11032D

Tints of Blackcurrant #11032D

Color information

#11032D (or 0x11032D) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 2D. RGB value is (17,3,45). Sum of RGB (Red+Green+Blue) = 17+3+45=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #11032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11032D is #EEFCD2. Grayscale: #0B0B0B. Windows color (decimal): -15662291 or 2949905. OLE color: 2949905.

HSL color Cylindrical-coordinate representation of color #11032D: hue angle of 260º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11032D is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB17345-
CMYK0.620.9300.82
HSL260º87.5%9.41%-
HSV(B)260º93.33%17.65%-
XYZ0.740.372.52-
YUV11.97146.64131.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 45 (17.97% from 255) = 69.23%
R=26.15%
G=4.62%
B=69.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal173450.620.9300.8226087.59.41
Hex1132D3E5D052104589
Octal2135576135012240413011
Binary100011110110111111010111010101001010000010010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11032D; }

 p { color: rgb(17,3,45); }

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

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

 a { background-color: rgb(17,3,45); }

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

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

 span { border-color: rgb(17,3,45); }

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