#110824

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

Shades of Blackcurrant #110824

Tints of Blackcurrant #110824

Color information

#110824 (or 0x110824) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 24. RGB value is (17,8,36). Sum of RGB (Red+Green+Blue) = 17+8+36=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #110824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110824 is #EEF7DB. Grayscale: #0D0D0D. Windows color (decimal): -15661020 or 2361361. OLE color: 2361361.

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

Color convert

RGB17836-
CMYK0.530.7800.86
HSL259.29º63.64%8.63%-
HSV(B)259.29º77.78%14.12%-
XYZ0.640.421.72-
YUV13.88140.48130.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 36 (14.45% from 255) = 59.02%
R=27.87%
G=13.11%
B=59.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal178360.530.7800.86259.2963.648.63
Hex11824354E056103409
Octal21104465116012640310011
Binary10001100010010011010110011100101011010000001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110824; }

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

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

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

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

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

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

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

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