#100741

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

Shades of Paua #100741

Tints of Paua #100741

Color information

#100741 (or 0x100741) is unknown color: approx Paua. HEX triplet: 10, 07 and 41. RGB value is (16,7,65). Sum of RGB (Red+Green+Blue) = 16+7+65=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 65 (25.78% from 255 or 73.86% from 88); Max value from RGB is 65 - color contains mainly: blue. Hex color #100741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100741 is #EFF8BE. Grayscale: #101010. Windows color (decimal): -15726783 or 4261648. OLE color: 4261648.

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

Color convert

RGB16765-
CMYK0.750.8900.75
HSL249.31º80.56%14.12%-
HSV(B)249.31º89.23%25.49%-
XYZ1.240.645.06-
YUV16.3155.48127.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.18%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 65 (25.78% from 255) = 73.86%
R=18.18%
G=7.95%
B=73.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal167650.750.8900.75249.3180.5614.12
Hex107414B5904Bf951e
Octal207101113131011337112116
Binary10000111100000110010111011001010010111111100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100741; }

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

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

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

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

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

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

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

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