#11052D

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

Shades of Blackcurrant #11052D

Tints of Blackcurrant #11052D

Color information

#11052D (or 0x11052D) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 2D. RGB value is (17,5,45). Sum of RGB (Red+Green+Blue) = 17+5+45=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #11052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11052D is #EEFAD2. Grayscale: #0D0D0D. Windows color (decimal): -15661779 or 2950417. OLE color: 2950417.

HSL color Cylindrical-coordinate representation of color #11052D: hue angle of 258º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11052D is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB17545-
CMYK0.620.8900.82
HSL258º80%9.8%-
HSV(B)258º88.89%17.65%-
XYZ0.760.422.52-
YUV13.15145.98130.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 45 (17.97% from 255) = 67.16%
R=25.37%
G=7.46%
B=67.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal175450.620.8900.82258809.8
Hex1152D3E5905210250a
Octal2155576131012240212012
Binary1000110110110111111010110010101001010000001010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11052D; }

 p { color: rgb(17,5,45); }

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

<style>
 a { background-color: #11052D; }

 a { background-color: rgb(17,5,45); }

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

<style>
 span { border-color: #11052D; }

 span { border-color: rgb(17,5,45); }

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