#11032F

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

Shades of Blackcurrant #11032F

Tints of Blackcurrant #11032F

Color information

#11032F (or 0x11032F) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 2F. RGB value is (17,3,47). Sum of RGB (Red+Green+Blue) = 17+3+47=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #11032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11032F is #EEFCD0. Grayscale: #0C0C0C. Windows color (decimal): -15662289 or 3080977. OLE color: 3080977.

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

Color convert

RGB17347-
CMYK0.640.9400.82
HSL259.09º88%9.8%-
HSV(B)259.09º93.62%18.43%-
XYZ0.780.392.72-
YUV12.2147.64131.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 47 (18.75% from 255) = 70.15%
R=25.37%
G=4.48%
B=70.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal173470.640.9400.82259.09889.8
Hex1132F405E05210358a
Octal21357100136012240313012
Binary1000111101111100000010111100101001010000001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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