#11051C

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

Shades of Blackcurrant #11051C

Tints of Blackcurrant #11051C

Color information

#11051C (or 0x11051C) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 1C. RGB value is (17,5,28). Sum of RGB (Red+Green+Blue) = 17+5+28=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #11051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11051C is #EEFAE3. Grayscale: #0B0B0B. Windows color (decimal): -15661796 or 1836305. OLE color: 1836305.

HSL color Cylindrical-coordinate representation of color #11051C: hue angle of 271.3º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11051C is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17528-
CMYK0.390.8200.89
HSL271.3º69.7%6.47%-
HSV(B)271.3º82.14%10.98%-
XYZ0.50.311.13-
YUV11.21137.48132.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 28 (11.33% from 255) = 56%
R=34%
G=10%
B=56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal175280.390.8200.89271.369.76.47
Hex1151C275205910f466
Octal215344712201314171066
Binary10001101111001001111010010010110011000011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11051C; }

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

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

<style>
 a { background-color: #11051C; }

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

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

<style>
 span { border-color: #11051C; }

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

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