#11081C

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

Shades of Blackcurrant #11081C

Tints of Blackcurrant #11081C

Color information

#11081C (or 0x11081C) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 1C. RGB value is (17,8,28). Sum of RGB (Red+Green+Blue) = 17+8+28=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #11081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11081C is #EEF7E3. Grayscale: #0C0C0C. Windows color (decimal): -15661028 or 1837073. OLE color: 1837073.

HSL color Cylindrical-coordinate representation of color #11081C: hue angle of 267º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11081C is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17828-
CMYK0.390.7100.89
HSL267º55.56%7.06%-
HSV(B)267º71.43%10.98%-
XYZ0.530.381.14-
YUV12.97136.48130.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=32.08%
G=15.09%
B=52.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal178280.390.7100.8926755.567.06
Hex1181C274705910b387
Octal211034471070131413707
Binary10001100011100100111100011101011001100001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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