#110841

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

Shades of Paua #110841

Tints of Paua #110841

Color information

#110841 (or 0x110841) is unknown color: approx Paua. HEX triplet: 11, 08 and 41. RGB value is (17,8,65). Sum of RGB (Red+Green+Blue) = 17+8+65=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #110841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110841 is #EEF7BE. Grayscale: #101010. Windows color (decimal): -15660991 or 4261905. OLE color: 4261905.

HSL color Cylindrical-coordinate representation of color #110841: hue angle of 249.47º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110841 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB17865-
CMYK0.740.8800.75
HSL249.47º78.08%14.31%-
HSV(B)249.47º87.69%25.49%-
XYZ1.270.675.06-
YUV17.19154.98127.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 65 (25.78% from 255) = 72.22%
R=18.89%
G=8.89%
B=72.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal178650.740.8800.75249.4778.0814.31
Hex118414A5804Bf94ee
Octal2110101112130011337111616
Binary100011000100000110010101011000010010111111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110841; }

 p { color: rgb(17,8,65); }

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

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

 a { background-color: rgb(17,8,65); }

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

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

 span { border-color: rgb(17,8,65); }

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