#11051F

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

Shades of Blackcurrant #11051F

Tints of Blackcurrant #11051F

Color information

#11051F (or 0x11051F) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 1F. RGB value is (17,5,31). Sum of RGB (Red+Green+Blue) = 17+5+31=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #11051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11051F is #EEFAE0. Grayscale: #0B0B0B. Windows color (decimal): -15661793 or 2032913. OLE color: 2032913.

HSL color Cylindrical-coordinate representation of color #11051F: hue angle of 267.69º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11051F is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB17531-
CMYK0.450.8400.88
HSL267.69º72.22%7.06%-
HSV(B)267.69º83.87%12.16%-
XYZ0.530.331.33-
YUV11.55138.98131.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=32.08%
G=9.43%
B=58.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal175310.450.8400.88267.6972.227.06
Hex1151F2D5405810c487
Octal215375512401304141107
Binary10001101111111011011010100010110001000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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