#110218

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

Shades of Blackcurrant #110218

Tints of Blackcurrant #110218

Color information

#110218 (or 0x110218) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 18. RGB value is (17,2,24). Sum of RGB (Red+Green+Blue) = 17+2+24=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #110218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110218 is #EEFDE7. Grayscale: #080808. Windows color (decimal): -15662568 or 1573393. OLE color: 1573393.

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

Color convert

RGB17224-
CMYK0.290.9200.91
HSL280.91º84.62%5.1%-
HSV(B)280.91º91.67%9.41%-
XYZ0.420.230.89-
YUV8.99136.47133.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=39.53%
G=4.65%
B=55.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal172240.290.9200.91280.9184.625.1
Hex112181D5C05B119555
Octal212303513401334311255
Binary100011011000111011011100010110111000110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110218; }

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

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

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

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

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

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

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

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