#110314

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

Shades of Blackcurrant #110314

Tints of Blackcurrant #110314

Color information

#110314 (or 0x110314) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 14. RGB value is (17,3,20). Sum of RGB (Red+Green+Blue) = 17+3+20=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #110314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110314 is #EEFCEB. Grayscale: #090909. Windows color (decimal): -15662316 or 1311505. OLE color: 1311505.

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

Color convert

RGB17320-
CMYK0.150.8500.92
HSL289.41º73.91%4.51%-
HSV(B)289.41º85%7.84%-
XYZ0.390.230.69-
YUV9.12134.14133.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 20 (8.20% from 255) = 50%
R=42.5%
G=7.5%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal173200.150.8500.92289.4173.914.51
Hex11314F5505C1214a5
Octal213241712501344411125
Binary10001111010011111010101010111001001000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110314; }

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

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

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

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

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

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

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

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