#292646

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

Shades of Paua #292646

Tints of Paua #292646

Color information

#292646 (or 0x292646) is unknown color: approx Paua. HEX triplet: 29, 26 and 46. RGB value is (41,38,70). Sum of RGB (Red+Green+Blue) = 41+38+70=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #292646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292646 is #D6D9B9. Grayscale: #2A2A2A. Windows color (decimal): -14080442 or 4597289. OLE color: 4597289.

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

Color convert

RGB413870-
CMYK0.410.4600.73
HSL245.62º29.63%21.18%-
HSV(B)245.62º45.71%27.45%-
XYZ2.712.36.1-
YUV42.54143.49126.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.52%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 70 (27.73% from 255) = 46.98%
R=27.52%
G=25.50%
B=46.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4138700.410.4600.73245.6229.6321.18
Hex292646292E049f61e15
Octal5146106515601113663625
Binary101001100110100011010100110111001001001111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292646; }

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

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

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

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

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

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

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

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