#11031C

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

Shades of Blackcurrant #11031C

Tints of Blackcurrant #11031C

Color information

#11031C (or 0x11031C) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 1C. RGB value is (17,3,28). Sum of RGB (Red+Green+Blue) = 17+3+28=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #11031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031C is #EEFCE3. Grayscale: #090909. Windows color (decimal): -15662308 or 1835793. OLE color: 1835793.

HSL color Cylindrical-coordinate representation of color #11031C: hue angle of 273.6º degrees, saturation: 0.81, 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 #11031C is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17328-
CMYK0.390.8900.89
HSL273.6º80.65%6.08%-
HSV(B)273.6º89.29%10.98%-
XYZ0.470.271.13-
YUV10.04138.14132.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=35.42%
G=6.25%
B=58.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal173280.390.8900.89273.680.656.08
Hex1131C2759059112516
Octal213344713101314221216
Binary1000111111001001111011001010110011000100101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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