#110522

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

Shades of Blackcurrant #110522

Tints of Blackcurrant #110522

Color information

#110522 (or 0x110522) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 22. RGB value is (17,5,34). Sum of RGB (Red+Green+Blue) = 17+5+34=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #110522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110522 is #EEFADD. Grayscale: #0B0B0B. Windows color (decimal): -15661790 or 2229521. OLE color: 2229521.

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

Color convert

RGB17534-
CMYK0.500.8500.87
HSL264.83º74.36%7.65%-
HSV(B)264.83º85.29%13.33%-
XYZ0.570.341.55-
YUV11.89140.48131.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 34 (13.67% from 255) = 60.71%
R=30.36%
G=8.93%
B=60.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal175340.500.8500.87264.8374.367.65
Hex1152232550571094a8
Octal2154262125012741111210
Binary1000110110001011001010101010101011110000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110522; }

 p { color: rgb(17,5,34); }

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

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

 a { background-color: rgb(17,5,34); }

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

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

 span { border-color: rgb(17,5,34); }

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