#292446

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

Shades of Paua #292446

Tints of Paua #292446

Color information

#292446 (or 0x292446) is unknown color: approx Paua. HEX triplet: 29, 24 and 46. RGB value is (41,36,70). Sum of RGB (Red+Green+Blue) = 41+36+70=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #292446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292446 is #D6DBB9. Grayscale: #292929. Windows color (decimal): -14080954 or 4596777. OLE color: 4596777.

HSL color Cylindrical-coordinate representation of color #292446: hue angle of 248.82º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #292446 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB413670-
CMYK0.410.4900.73
HSL248.82º32.08%20.78%-
HSV(B)248.82º48.57%27.45%-
XYZ2.652.186.07-
YUV41.37144.16127.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 70 (27.73% from 255) = 47.62%
R=27.89%
G=24.49%
B=47.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4136700.410.4900.73248.8232.0820.78
Hex2924462931049f92015
Octal5144106516101113714025
Binary1010011001001000110101001110001010010011111100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292446; }

 p { color: rgb(41,36,70); }

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

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

 a { background-color: rgb(41,36,70); }

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

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

 span { border-color: rgb(41,36,70); }

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