#11032E

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

Shades of Blackcurrant #11032E

Tints of Blackcurrant #11032E

Color information

#11032E (or 0x11032E) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 2E. RGB value is (17,3,46). Sum of RGB (Red+Green+Blue) = 17+3+46=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 46 (18.36% from 255 or 69.70% from 66); Max value from RGB is 46 - color contains mainly: blue. Hex color #11032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11032E is #EEFCD1. Grayscale: #0B0B0B. Windows color (decimal): -15662290 or 3015441. OLE color: 3015441.

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

Color convert

RGB17346-
CMYK0.630.9300.82
HSL259.53º87.76%9.61%-
HSV(B)259.53º93.48%18.04%-
XYZ0.760.382.62-
YUV12.09147.14131.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 46 (18.36% from 255) = 69.70%
R=25.76%
G=4.55%
B=69.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal173460.630.9300.82259.5387.769.61
Hex1132E3F5D05210458a
Octal2135677135012240413012
Binary100011110111011111110111010101001010000010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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