#11042E

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

Shades of Blackcurrant #11042E

Tints of Blackcurrant #11042E

Color information

#11042E (or 0x11042E) is unknown color: approx Blackcurrant. HEX triplet: 11, 04 and 2E. RGB value is (17,4,46). Sum of RGB (Red+Green+Blue) = 17+4+46=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #11042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11042E is #EEFBD1. Grayscale: #0C0C0C. Windows color (decimal): -15662034 or 3015697. OLE color: 3015697.

HSL color Cylindrical-coordinate representation of color #11042E: hue angle of 258.57º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11042E is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB17446-
CMYK0.630.9100.82
HSL258.57º84%9.8%-
HSV(B)258.57º91.3%18.04%-
XYZ0.770.42.62-
YUV12.68146.81131.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 46 (18.36% from 255) = 68.66%
R=25.37%
G=5.97%
B=68.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal174460.630.9100.82258.57849.8
Hex1142E3F5B05210354a
Octal2145677133012240312412
Binary1000110010111011111110110110101001010000001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,4,46); }

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

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

 a { background-color: rgb(17,4,46); }

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

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

 span { border-color: rgb(17,4,46); }

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