#292850

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

Shades of Paua #292850

Tints of Paua #292850

Color information

#292850 (or 0x292850) is unknown color: approx Paua. HEX triplet: 29, 28 and 50. RGB value is (41,40,80). Sum of RGB (Red+Green+Blue) = 41+40+80=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #292850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292850 is #D6D7AF. Grayscale: #2C2C2C. Windows color (decimal): -14079920 or 5253161. OLE color: 5253161.

HSL color Cylindrical-coordinate representation of color #292850: hue angle of 241.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #292850 is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB414080-
CMYK0.490.500.69
HSL241.5º33.33%23.53%-
HSV(B)241.5º50%31.37%-
XYZ3.122.577.92-
YUV44.86147.83125.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=25.47%
G=24.84%
B=49.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4140800.490.500.69241.533.3323.53
Hex2928503132045f22118
Octal5150120616201053624130
Binary1010011010001010000110001110010010001011111001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292850; }

 p { color: rgb(41,40,80); }

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

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

 a { background-color: rgb(41,40,80); }

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

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

 span { border-color: rgb(41,40,80); }

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