#110332

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

Shades of Blackcurrant #110332

Tints of Blackcurrant #110332

Color information

#110332 (or 0x110332) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 32. RGB value is (17,3,50). Sum of RGB (Red+Green+Blue) = 17+3+50=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #110332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110332 is #EEFCCD. Grayscale: #0C0C0C. Windows color (decimal): -15662286 or 3277585. OLE color: 3277585.

HSL color Cylindrical-coordinate representation of color #110332: hue angle of 257.87º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110332 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB17350-
CMYK0.660.9400.80
HSL257.87º88.68%10.39%-
HSV(B)257.87º94%19.61%-
XYZ0.840.413.05-
YUV12.54149.14131.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 50 (19.92% from 255) = 71.43%
R=24.29%
G=4.29%
B=71.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal173500.660.9400.80257.8788.6810.39
Hex11332425E05010259a
Octal21362102136012040213112
Binary1000111110010100001010111100101000010000001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110332; }

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

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

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

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

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

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

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

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