#272449

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

Shades of Paua #272449

Tints of Paua #272449

Color information

#272449 (or 0x272449) is unknown color: approx Paua. HEX triplet: 27, 24 and 49. RGB value is (39,36,73). Sum of RGB (Red+Green+Blue) = 39+36+73=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #272449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272449 is #D8DBB6. Grayscale: #282828. Windows color (decimal): -14212023 or 4793383. OLE color: 4793383.

HSL color Cylindrical-coordinate representation of color #272449: hue angle of 244.86º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #272449 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB393673-
CMYK0.470.5100.71
HSL244.86º33.94%21.37%-
HSV(B)244.86º50.68%28.63%-
XYZ2.672.176.58-
YUV41.12145.99126.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=26.35%
G=24.32%
B=49.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3936730.470.5100.71244.8633.9421.37
Hex2724492F33047f52215
Octal4744111576301073654225
Binary1001111001001001001101111110011010001111111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272449; }

 p { color: rgb(39,36,73); }

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

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

 a { background-color: rgb(39,36,73); }

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

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

 span { border-color: rgb(39,36,73); }

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