#272349

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

Shades of Paua #272349

Tints of Paua #272349

Color information

#272349 (or 0x272349) is unknown color: approx Paua. HEX triplet: 27, 23 and 49. RGB value is (39,35,73). Sum of RGB (Red+Green+Blue) = 39+35+73=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #272349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272349 is #D8DCB6. Grayscale: #282828. Windows color (decimal): -14212279 or 4793127. OLE color: 4793127.

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

Color convert

RGB393573-
CMYK0.470.5200.71
HSL246.32º35.19%21.18%-
HSV(B)246.32º52.05%28.63%-
XYZ2.642.116.57-
YUV40.53146.33126.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.53%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=26.53%
G=23.81%
B=49.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3935730.470.5200.71246.3235.1921.18
Hex2723492F34047f62315
Octal4743111576401073664325
Binary1001111000111001001101111110100010001111111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272349; }

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

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

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

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

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

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

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

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