#272548

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

Shades of Paua #272548

Tints of Paua #272548

Color information

#272548 (or 0x272548) is unknown color: approx Paua. HEX triplet: 27, 25 and 48. RGB value is (39,37,72). Sum of RGB (Red+Green+Blue) = 39+37+72=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #272548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272548 is #D8DAB7. Grayscale: #292929. Windows color (decimal): -14211768 or 4728103. OLE color: 4728103.

HSL color Cylindrical-coordinate representation of color #272548: hue angle of 243.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #272548 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB393772-
CMYK0.460.4900.72
HSL243.43º32.11%21.37%-
HSV(B)243.43º48.61%28.24%-
XYZ2.672.226.42-
YUV41.59145.16126.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=26.35%
G=25%
B=48.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3937720.460.4900.72243.4332.1121.37
Hex2725482E31048f32015
Octal4745110566101103634025
Binary1001111001011001000101110110001010010001111001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272548; }

 p { color: rgb(39,37,72); }

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

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

 a { background-color: rgb(39,37,72); }

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

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

 span { border-color: rgb(39,37,72); }

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