#2A2950

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

Shades of Paua #2A2950

Tints of Paua #2A2950

Color information

#2A2950 (or 0x2A2950) is unknown color: approx Paua. HEX triplet: 2A, 29 and 50. RGB value is (42,41,80). Sum of RGB (Red+Green+Blue) = 42+41+80=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2950 is #D5D6AF. Grayscale: #2D2D2D. Windows color (decimal): -14014128 or 5253418. OLE color: 5253418.

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

Color convert

RGB424180-
CMYK0.480.4900.69
HSL241.54º32.23%23.73%-
HSV(B)241.54º48.75%31.37%-
XYZ3.22.667.93-
YUV45.74147.33125.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=25.77%
G=25.15%
B=49.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4241800.480.4900.69241.5432.2323.73
Hex2A29503031045f22018
Octal5251120606101053624030
Binary1010101010011010000110000110001010001011111001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2950; }

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

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

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

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

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

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

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

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