#2B2949

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

Shades of Paua #2B2949

Tints of Paua #2B2949

Color information

#2B2949 (or 0x2B2949) is unknown color: approx Paua. HEX triplet: 2B, 29 and 49. RGB value is (43,41,73). Sum of RGB (Red+Green+Blue) = 43+41+73=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2949 is #D4D6B6. Grayscale: #2D2D2D. Windows color (decimal): -13948599 or 4794667. OLE color: 4794667.

HSL color Cylindrical-coordinate representation of color #2B2949: hue angle of 243.75º 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 #2B2949 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB434173-
CMYK0.410.4400.71
HSL243.75º28.07%22.35%-
HSV(B)243.75º43.84%28.63%-
XYZ2.992.586.64-
YUV45.25143.66126.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=27.39%
G=26.11%
B=46.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4341730.410.4400.71243.7528.0722.35
Hex2B2949292C047f41c16
Octal5351111515401073643426
Binary101011101001100100110100110110001000111111101001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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