#11061B

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

Shades of Blackcurrant #11061B

Tints of Blackcurrant #11061B

Color information

#11061B (or 0x11061B) is unknown color: approx Blackcurrant. HEX triplet: 11, 06 and 1B. RGB value is (17,6,27). Sum of RGB (Red+Green+Blue) = 17+6+27=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #11061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11061B is #EEF9E4. Grayscale: #0B0B0B. Windows color (decimal): -15661541 or 1771025. OLE color: 1771025.

HSL color Cylindrical-coordinate representation of color #11061B: hue angle of 271.43º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11061B is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17627-
CMYK0.370.7800.89
HSL271.43º63.64%6.47%-
HSV(B)271.43º77.78%10.59%-
XYZ0.490.331.07-
YUV11.68136.64131.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 27 (10.94% from 255) = 54%
R=34%
G=12%
B=54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal176270.370.7800.89271.4363.646.47
Hex1161B254E05910f406
Octal216334511601314171006
Binary10001110110111001011001110010110011000011111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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