#292548

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

Shades of Paua #292548

Tints of Paua #292548

Color information

#292548 (or 0x292548) is unknown color: approx Paua. HEX triplet: 29, 25 and 48. RGB value is (41,37,72). Sum of RGB (Red+Green+Blue) = 41+37+72=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #292548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292548 is #D6DAB7. Grayscale: #2A2A2A. Windows color (decimal): -14080696 or 4728105. OLE color: 4728105.

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

Color convert

RGB413772-
CMYK0.430.4900.72
HSL246.86º32.11%21.37%-
HSV(B)246.86º48.61%28.24%-
XYZ2.752.266.42-
YUV42.19144.83127.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 72 (28.52% from 255) = 48%
R=27.33%
G=24.67%
B=48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4137720.430.4900.72246.8632.1121.37
Hex2925482B31048f72015
Octal5145110536101103674025
Binary1010011001011001000101011110001010010001111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292548; }

 p { color: rgb(41,37,72); }

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

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

 a { background-color: rgb(41,37,72); }

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

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

 span { border-color: rgb(41,37,72); }

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