#110524

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

Shades of Blackcurrant #110524

Tints of Blackcurrant #110524

Color information

#110524 (or 0x110524) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 24. RGB value is (17,5,36). Sum of RGB (Red+Green+Blue) = 17+5+36=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #110524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110524 is #EEFADB. Grayscale: #0C0C0C. Windows color (decimal): -15661788 or 2360593. OLE color: 2360593.

HSL color Cylindrical-coordinate representation of color #110524: hue angle of 263.23º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110524 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB17536-
CMYK0.530.8600.86
HSL263.23º75.61%8.04%-
HSV(B)263.23º86.11%14.12%-
XYZ0.60.361.71-
YUV12.12141.48131.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 36 (14.45% from 255) = 62.07%
R=29.31%
G=8.62%
B=62.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal175360.530.8600.86263.2375.618.04
Hex1152435560561074c8
Octal2154465126012640711410
Binary1000110110010011010110101100101011010000011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110524; }

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

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

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

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

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

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

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

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