#100846

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

Shades of Paua #100846

Tints of Paua #100846

Color information

#100846 (or 0x100846) is unknown color: approx Paua. HEX triplet: 10, 08 and 46. RGB value is (16,8,70). Sum of RGB (Red+Green+Blue) = 16+8+70=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #100846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100846 is #EFF7B9. Grayscale: #111111. Windows color (decimal): -15726522 or 4589584. OLE color: 4589584.

HSL color Cylindrical-coordinate representation of color #100846: hue angle of 247.74º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100846 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB16870-
CMYK0.770.8900.73
HSL247.74º79.49%15.29%-
HSV(B)247.74º88.57%27.45%-
XYZ1.410.735.86-
YUV17.46157.65126.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 70 (27.73% from 255) = 74.47%
R=17.02%
G=8.51%
B=74.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168700.770.8900.73247.7479.4915.29
Hex108464D59049f84ff
Octal2010106115131011137011717
Binary100001000100011010011011011001010010011111100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100846; }

 p { color: rgb(16,8,70); }

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

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

 a { background-color: rgb(16,8,70); }

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

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

 span { border-color: rgb(16,8,70); }

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