#100841

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

Shades of Paua #100841

Tints of Paua #100841

Color information

#100841 (or 0x100841) is unknown color: approx Paua. HEX triplet: 10, 08 and 41. RGB value is (16,8,65). Sum of RGB (Red+Green+Blue) = 16+8+65=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 65 (25.78% from 255 or 73.03% from 89); Max value from RGB is 65 - color contains mainly: blue. Hex color #100841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100841 is #EFF7BE. Grayscale: #101010. Windows color (decimal): -15726527 or 4261904. OLE color: 4261904.

HSL color Cylindrical-coordinate representation of color #100841: hue angle of 248.42º 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 #100841 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB16865-
CMYK0.750.8800.75
HSL248.42º78.08%14.31%-
HSV(B)248.42º87.69%25.49%-
XYZ1.250.675.06-
YUV16.89155.15127.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.98%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 65 (25.78% from 255) = 73.03%
R=17.98%
G=8.99%
B=73.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal168650.750.8800.75248.4278.0814.31
Hex108414B5804Bf84ee
Octal2010101113130011337011616
Binary100001000100000110010111011000010010111111100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100841; }

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

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

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

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

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

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

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

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