#110331

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

Shades of Blackcurrant #110331

Tints of Blackcurrant #110331

Color information

#110331 (or 0x110331) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 31. RGB value is (17,3,49). Sum of RGB (Red+Green+Blue) = 17+3+49=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #110331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110331 is #EEFCCE. Grayscale: #0C0C0C. Windows color (decimal): -15662287 or 3212049. OLE color: 3212049.

HSL color Cylindrical-coordinate representation of color #110331: hue angle of 258.26º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110331 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB17349-
CMYK0.650.9400.81
HSL258.26º88.46%10.2%-
HSV(B)258.26º93.88%19.22%-
XYZ0.820.412.94-
YUV12.43148.64131.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 49 (19.53% from 255) = 71.01%
R=24.64%
G=4.35%
B=71.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal173490.650.9400.81258.2688.4610.2
Hex11331415E05110258a
Octal21361101136012140213012
Binary1000111110001100000110111100101000110000001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110331; }

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

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

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

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

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

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

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

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