#11081F

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

Shades of Blackcurrant #11081F

Tints of Blackcurrant #11081F

Color information

#11081F (or 0x11081F) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 1F. RGB value is (17,8,31). Sum of RGB (Red+Green+Blue) = 17+8+31=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #11081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11081F is #EEF7E0. Grayscale: #0D0D0D. Windows color (decimal): -15661025 or 2033681. OLE color: 2033681.

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

Color convert

RGB17831-
CMYK0.450.7400.88
HSL263.48º58.97%7.65%-
HSV(B)263.48º74.19%12.16%-
XYZ0.570.391.34-
YUV13.31137.98130.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=30.36%
G=14.29%
B=55.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal178310.450.7400.88263.4858.977.65
Hex1181F2D4A0581073b8
Octal2110375511201304077310
Binary100011000111111011011001010010110001000001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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