#110818

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

Shades of Blackcurrant #110818

Tints of Blackcurrant #110818

Color information

#110818 (or 0x110818) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 18. RGB value is (17,8,24). Sum of RGB (Red+Green+Blue) = 17+8+24=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #110818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110818 is #EEF7E7. Grayscale: #0C0C0C. Windows color (decimal): -15661032 or 1574929. OLE color: 1574929.

HSL color Cylindrical-coordinate representation of color #110818: hue angle of 273.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #110818 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB17824-
CMYK0.290.6700.91
HSL273.75º50%6.27%-
HSV(B)273.75º66.67%9.41%-
XYZ0.480.360.91-
YUV12.52134.48131.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=34.69%
G=16.33%
B=48.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal178240.290.6700.91273.75506.27
Hex118181D4305B112326
Octal211030351030133422626
Binary1000110001100011101100001101011011100010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110818; }

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

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

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

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

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

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

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

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