#11071F

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

Shades of Blackcurrant #11071F

Tints of Blackcurrant #11071F

Color information

#11071F (or 0x11071F) is unknown color: approx Blackcurrant. HEX triplet: 11, 07 and 1F. RGB value is (17,7,31). Sum of RGB (Red+Green+Blue) = 17+7+31=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #11071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071F is #EEF8E0. Grayscale: #0C0C0C. Windows color (decimal): -15661281 or 2033425. OLE color: 2033425.

HSL color Cylindrical-coordinate representation of color #11071F: hue angle of 265º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11071F is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB17731-
CMYK0.450.7700.88
HSL265º63.16%7.45%-
HSV(B)265º77.42%12.16%-
XYZ0.550.371.34-
YUV12.73138.31131.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 31 (12.5% from 255) = 56.36%
R=30.91%
G=12.73%
B=56.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal177310.450.7700.8826563.167.45
Hex1171F2D4D0581093f7
Octal21737551150130411777
Binary1000111111111101101100110101011000100001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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