#11031B

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

Shades of Blackcurrant #11031B

Tints of Blackcurrant #11031B

Color information

#11031B (or 0x11031B) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 1B. RGB value is (17,3,27). Sum of RGB (Red+Green+Blue) = 17+3+27=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #11031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031B is #EEFCE4. Grayscale: #090909. Windows color (decimal): -15662309 or 1770257. OLE color: 1770257.

HSL color Cylindrical-coordinate representation of color #11031B: hue angle of 275º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11031B is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17327-
CMYK0.370.8900.89
HSL275º80%5.88%-
HSV(B)275º88.89%10.59%-
XYZ0.460.261.06-
YUV9.92137.64133.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 27 (10.94% from 255) = 57.45%
R=36.17%
G=6.38%
B=57.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal173270.370.8900.89275805.88
Hex1131B2559059113506
Octal213334513101314231206
Binary1000111110111001011011001010110011000100111010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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