#110323

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

Shades of Blackcurrant #110323

Tints of Blackcurrant #110323

Color information

#110323 (or 0x110323) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 23. RGB value is (17,3,35). Sum of RGB (Red+Green+Blue) = 17+3+35=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 35 (14.06% from 255 or 63.64% from 55); Max value from RGB is 35 - color contains mainly: blue. Hex color #110323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110323 is #EEFCDC. Grayscale: #0A0A0A. Windows color (decimal): -15662301 or 2294545. OLE color: 2294545.

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

Color convert

RGB17335-
CMYK0.510.9100.86
HSL266.25º84.21%7.45%-
HSV(B)266.25º91.43%13.73%-
XYZ0.570.311.62-
YUV10.83141.64132.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 35 (14.06% from 255) = 63.64%
R=30.91%
G=5.45%
B=63.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173350.510.9100.86266.2584.217.45
Hex11323335B05610a547
Octal213436313301264121247
Binary10001111000111100111011011010101101000010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110323; }

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

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

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

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

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

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

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

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