#11071C

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

Shades of Blackcurrant #11071C

Tints of Blackcurrant #11071C

Color information

#11071C (or 0x11071C) is unknown color: approx Blackcurrant. HEX triplet: 11, 07 and 1C. RGB value is (17,7,28). Sum of RGB (Red+Green+Blue) = 17+7+28=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #11071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071C is #EEF8E3. Grayscale: #0C0C0C. Windows color (decimal): -15661284 or 1836817. OLE color: 1836817.

HSL color Cylindrical-coordinate representation of color #11071C: hue angle of 268.57º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11071C is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17728-
CMYK0.390.7500.89
HSL268.57º60%6.86%-
HSV(B)268.57º75%10.98%-
XYZ0.520.351.14-
YUV12.38136.81131.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 28 (11.33% from 255) = 53.85%
R=32.69%
G=13.46%
B=53.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal177280.390.7500.89268.57606.86
Hex1171C274B05910d3c7
Octal21734471130131415747
Binary1000111111100100111100101101011001100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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