#11011F

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

Shades of Blackcurrant #11011F

Tints of Blackcurrant #11011F

Color information

#11011F (or 0x11011F) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 1F. RGB value is (17,1,31). Sum of RGB (Red+Green+Blue) = 17+1+31=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #11011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011F is #EEFEE0. Grayscale: #090909. Windows color (decimal): -15662817 or 2031889. OLE color: 2031889.

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

Color convert

RGB17131-
CMYK0.450.9700.88
HSL272º93.75%6.27%-
HSV(B)272º96.77%12.16%-
XYZ0.490.241.32-
YUV9.2140.3133.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=34.69%
G=2.04%
B=63.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal171310.450.9700.8827293.756.27
Hex1111F2D610581105e6
Octal211375514101304201366
Binary100011111111011011100001010110001000100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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