#11061E

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

Shades of Blackcurrant #11061E

Tints of Blackcurrant #11061E

Color information

#11061E (or 0x11061E) is unknown color: approx Blackcurrant. HEX triplet: 11, 06 and 1E. RGB value is (17,6,30). Sum of RGB (Red+Green+Blue) = 17+6+30=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #11061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11061E is #EEF9E1. Grayscale: #0B0B0B. Windows color (decimal): -15661538 or 1967633. OLE color: 1967633.

HSL color Cylindrical-coordinate representation of color #11061E: hue angle of 267.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11061E is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB17630-
CMYK0.430.8000.88
HSL267.5º66.67%7.06%-
HSV(B)267.5º80%11.76%-
XYZ0.530.341.27-
YUV12.02138.14131.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 30 (12.11% from 255) = 56.60%
R=32.08%
G=11.32%
B=56.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal176300.430.8000.88267.566.677.06
Hex1161E2B5005810c437
Octal216365312001304141037
Binary10001110111101010111010000010110001000011001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11061E; }

 p { color: rgb(17,6,30); }

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

<style>
 a { background-color: #11061E; }

 a { background-color: rgb(17,6,30); }

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

<style>
 span { border-color: #11061E; }

 span { border-color: rgb(17,6,30); }

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