#11091A

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

Shades of Blackcurrant #11091A

Tints of Blackcurrant #11091A

Color information

#11091A (or 0x11091A) is unknown color: approx Blackcurrant. HEX triplet: 11, 09 and 1A. RGB value is (17,9,26). Sum of RGB (Red+Green+Blue) = 17+9+26=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #11091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091A is #EEF6E5. Grayscale: #0D0D0D. Windows color (decimal): -15660774 or 1706257. OLE color: 1706257.

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

Color convert

RGB17926-
CMYK0.350.6500.90
HSL268.24º48.57%6.86%-
HSV(B)268.24º65.38%10.2%-
XYZ0.520.391.03-
YUV13.33135.15130.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 26 (10.55% from 255) = 50%
R=32.69%
G=17.31%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal179260.350.6500.90268.2448.576.86
Hex1191A234105A10c317
Octal211132431010132414617
Binary10001100111010100011100000101011010100001100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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