#11071B

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

Shades of Blackcurrant #11071B

Tints of Blackcurrant #11071B

Color information

#11071B (or 0x11071B) is unknown color: approx Blackcurrant. HEX triplet: 11, 07 and 1B. RGB value is (17,7,27). Sum of RGB (Red+Green+Blue) = 17+7+27=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #11071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071B is #EEF8E4. Grayscale: #0C0C0C. Windows color (decimal): -15661285 or 1771281. OLE color: 1771281.

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

Color convert

RGB17727-
CMYK0.370.7400.89
HSL270º58.82%6.67%-
HSV(B)270º74.07%10.59%-
XYZ0.50.351.08-
YUV12.27136.31131.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=33.33%
G=13.73%
B=52.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal177270.370.7400.8927058.826.67
Hex1171B254A05910e3b7
Octal21733451120131416737
Binary1000111111011100101100101001011001100001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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