#11071D

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

Shades of Blackcurrant #11071D

Tints of Blackcurrant #11071D

Color information

#11071D (or 0x11071D) is unknown color: approx Blackcurrant. HEX triplet: 11, 07 and 1D. RGB value is (17,7,29). Sum of RGB (Red+Green+Blue) = 17+7+29=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #11071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071D is #EEF8E2. Grayscale: #0C0C0C. Windows color (decimal): -15661283 or 1902353. OLE color: 1902353.

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

Color convert

RGB17729-
CMYK0.410.7600.89
HSL267.27º61.11%7.06%-
HSV(B)267.27º75.86%11.37%-
XYZ0.530.361.2-
YUV12.5137.31131.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=32.08%
G=13.21%
B=54.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal177290.410.7600.89267.2761.117.06
Hex1171D294C05910b3d7
Octal21735511140131413757
Binary1000111111101101001100110001011001100001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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