#11031A

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

Shades of Blackcurrant #11031A

Tints of Blackcurrant #11031A

Color information

#11031A (or 0x11031A) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 1A. RGB value is (17,3,26). Sum of RGB (Red+Green+Blue) = 17+3+26=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #11031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031A is #EEFCE5. Grayscale: #090909. Windows color (decimal): -15662310 or 1704721. OLE color: 1704721.

HSL color Cylindrical-coordinate representation of color #11031A: hue angle of 276.52º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11031A is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB17326-
CMYK0.350.8800.90
HSL276.52º79.31%5.69%-
HSV(B)276.52º88.46%10.2%-
XYZ0.450.261-
YUV9.81137.14133.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 26 (10.55% from 255) = 56.52%
R=36.96%
G=6.52%
B=56.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal173260.350.8800.90276.5279.315.69
Hex1131A235805A1154f6
Octal213324313001324251176
Binary1000111110101000111011000010110101000101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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