#292750

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

Shades of Paua #292750

Tints of Paua #292750

Color information

#292750 (or 0x292750) is unknown color: approx Paua. HEX triplet: 29, 27 and 50. RGB value is (41,39,80). Sum of RGB (Red+Green+Blue) = 41+39+80=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #292750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292750 is #D6D8AF. Grayscale: #2C2C2C. Windows color (decimal): -14080176 or 5252905. OLE color: 5252905.

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

Color convert

RGB413980-
CMYK0.490.5100.69
HSL242.93º34.45%23.33%-
HSV(B)242.93º51.25%31.37%-
XYZ3.092.57.91-
YUV44.27148.16125.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 80 (31.64% from 255) = 50%
R=25.62%
G=24.38%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4139800.490.5100.69242.9334.4523.33
Hex2927503133045f32217
Octal5147120616301053634227
Binary1010011001111010000110001110011010001011111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292750; }

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

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

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

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

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

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

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

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