#110318

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

Shades of Blackcurrant #110318

Tints of Blackcurrant #110318

Color information

#110318 (or 0x110318) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 18. RGB value is (17,3,24). Sum of RGB (Red+Green+Blue) = 17+3+24=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #110318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110318 is #EEFCE7. Grayscale: #090909. Windows color (decimal): -15662312 or 1573649. OLE color: 1573649.

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

Color convert

RGB17324-
CMYK0.290.8800.91
HSL280º77.78%5.29%-
HSV(B)280º87.5%9.41%-
XYZ0.430.250.89-
YUV9.58136.14133.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 38.64%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=38.64%
G=6.82%
B=54.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal173240.290.8800.9128077.785.29
Hex113181D5805B1184e5
Octal213303513001334301165
Binary100011111000111011011000010110111000110001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110318; }

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

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

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

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

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

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

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

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