#2F2949

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

Shades of Paua #2F2949

Tints of Paua #2F2949

Color information

#2F2949 (or 0x2F2949) is unknown color: approx Paua. HEX triplet: 2F, 29 and 49. RGB value is (47,41,73). Sum of RGB (Red+Green+Blue) = 47+41+73=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #2F2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2949 is #D0D6B6. Grayscale: #2E2E2E. Windows color (decimal): -13686455 or 4794671. OLE color: 4794671.

HSL color Cylindrical-coordinate representation of color #2F2949: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F2949 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB474173-
CMYK0.360.4400.71
HSL251.25º28.07%22.35%-
HSV(B)251.25º43.84%28.63%-
XYZ3.172.676.65-
YUV46.44142.99128.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=29.19%
G=25.47%
B=45.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4741730.360.4400.71251.2528.0722.35
Hex2F2949242C047fb1c16
Octal5751111445401073733426
Binary101111101001100100110010010110001000111111110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,73); }

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

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

 a { background-color: rgb(47,41,73); }

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

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

 span { border-color: rgb(47,41,73); }

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