#11081A

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

Shades of Blackcurrant #11081A

Tints of Blackcurrant #11081A

Color information

#11081A (or 0x11081A) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 1A. RGB value is (17,8,26). Sum of RGB (Red+Green+Blue) = 17+8+26=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #11081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11081A is #EEF7E5. Grayscale: #0C0C0C. Windows color (decimal): -15661030 or 1706001. OLE color: 1706001.

HSL color Cylindrical-coordinate representation of color #11081A: hue angle of 270º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11081A is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB17826-
CMYK0.350.6900.90
HSL270º52.94%6.67%-
HSV(B)270º69.23%10.2%-
XYZ0.50.371.02-
YUV12.74135.48131.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=33.33%
G=15.69%
B=50.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal178260.350.6900.9027052.946.67
Hex1181A234505A10e357
Octal211032431050132416657
Binary10001100011010100011100010101011010100001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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