#2B2747

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

Shades of Paua #2B2747

Tints of Paua #2B2747

Color information

#2B2747 (or 0x2B2747) is unknown color: approx Paua. HEX triplet: 2B, 27 and 47. RGB value is (43,39,71). Sum of RGB (Red+Green+Blue) = 43+39+71=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2747 is #D4D8B8. Grayscale: #2B2B2B. Windows color (decimal): -13949113 or 4663083. OLE color: 4663083.

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

Color convert

RGB433971-
CMYK0.390.4500.72
HSL247.5º29.09%21.57%-
HSV(B)247.5º45.07%27.84%-
XYZ2.862.426.28-
YUV43.84143.33127.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=28.10%
G=25.49%
B=46.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4339710.390.4500.72247.529.0921.57
Hex2B2747272D048f81d16
Octal5347107475501103703526
Binary101011100111100011110011110110101001000111110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,71); }

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

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

 a { background-color: rgb(43,39,71); }

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

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

 span { border-color: rgb(43,39,71); }

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