#11031E

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

Shades of Blackcurrant #11031E

Tints of Blackcurrant #11031E

Color information

#11031E (or 0x11031E) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 1E. RGB value is (17,3,30). Sum of RGB (Red+Green+Blue) = 17+3+30=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #11031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031E is #EEFCE1. Grayscale: #0A0A0A. Windows color (decimal): -15662306 or 1966865. OLE color: 1966865.

HSL color Cylindrical-coordinate representation of color #11031E: hue angle of 271.11º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11031E is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB17330-
CMYK0.430.9000.88
HSL271.11º81.82%6.47%-
HSV(B)271.11º90%11.76%-
XYZ0.50.281.26-
YUV10.26139.14132.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 30 (12.11% from 255) = 60%
R=34%
G=6%
B=60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal173300.430.9000.88271.1181.826.47
Hex1131E2B5A05810f526
Octal213365313201304171226
Binary1000111111101010111011010010110001000011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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