#110423

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

Shades of Blackcurrant #110423

Tints of Blackcurrant #110423

Color information

#110423 (or 0x110423) is unknown color: approx Blackcurrant. HEX triplet: 11, 04 and 23. RGB value is (17,4,35). Sum of RGB (Red+Green+Blue) = 17+4+35=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #110423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110423 is #EEFBDC. Grayscale: #0B0B0B. Windows color (decimal): -15662045 or 2294801. OLE color: 2294801.

HSL color Cylindrical-coordinate representation of color #110423: hue angle of 265.16º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110423 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB17435-
CMYK0.510.8900.86
HSL265.16º79.49%7.65%-
HSV(B)265.16º88.57%13.73%-
XYZ0.580.331.62-
YUV11.42141.31131.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 35 (14.06% from 255) = 62.5%
R=30.36%
G=7.14%
B=62.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal174350.510.8900.86265.1679.497.65
Hex1142333590561094f8
Octal2144363131012641111710
Binary1000110010001111001110110010101011010000100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110423; }

 p { color: rgb(17,4,35); }

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

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

 a { background-color: rgb(17,4,35); }

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

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

 span { border-color: rgb(17,4,35); }

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