#100848

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

Shades of Paua #100848

Tints of Paua #100848

Color information

#100848 (or 0x100848) is unknown color: approx Paua. HEX triplet: 10, 08 and 48. RGB value is (16,8,72). Sum of RGB (Red+Green+Blue) = 16+8+72=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #100848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100848 is #EFF7B7. Grayscale: #111111. Windows color (decimal): -15726520 or 4720656. OLE color: 4720656.

HSL color Cylindrical-coordinate representation of color #100848: hue angle of 247.5º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100848 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB16872-
CMYK0.780.8900.72
HSL247.5º80%15.69%-
HSV(B)247.5º88.89%28.24%-
XYZ1.470.756.2-
YUV17.69158.65126.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 72 (28.52% from 255) = 75%
R=16.67%
G=8.33%
B=75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal168720.780.8900.72247.58015.69
Hex108484E59048f85010
Octal2010110116131011037012020
Binary1000010001001000100111010110010100100011111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100848; }

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

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

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

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

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

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

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

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