#2D2847

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

Shades of Paua #2D2847

Tints of Paua #2D2847

Color information

#2D2847 (or 0x2D2847) is unknown color: approx Paua. HEX triplet: 2D, 28 and 47. RGB value is (45,40,71). Sum of RGB (Red+Green+Blue) = 45+40+71=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D2847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2847 is #D2D7B8. Grayscale: #2C2C2C. Windows color (decimal): -13817785 or 4663341. OLE color: 4663341.

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

Color convert

RGB454071-
CMYK0.370.4400.72
HSL249.68º27.93%21.76%-
HSV(B)249.68º43.66%27.84%-
XYZ2.982.536.29-
YUV45.03142.66127.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.85%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=28.85%
G=25.64%
B=45.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4540710.370.4400.72249.6827.9321.76
Hex2D2847252C048fa1c16
Octal5550107455401103723426
Binary101101101000100011110010110110001001000111110101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,40,71); }

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

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

 a { background-color: rgb(45,40,71); }

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

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

 span { border-color: rgb(45,40,71); }

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