#272252

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

Shades of Paua #272252

Tints of Paua #272252

Color information

#272252 (or 0x272252) is unknown color: approx Paua. HEX triplet: 27, 22 and 52. RGB value is (39,34,82). Sum of RGB (Red+Green+Blue) = 39+34+82=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #272252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272252 is #D8DDAD. Grayscale: #282828. Windows color (decimal): -14212526 or 5382695. OLE color: 5382695.

HSL color Cylindrical-coordinate representation of color #272252: hue angle of 246.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272252 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB393482-
CMYK0.520.5900.68
HSL246.25º41.38%22.75%-
HSV(B)246.25º58.54%32.16%-
XYZ2.932.188.25-
YUV40.97151.16126.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=25.16%
G=21.94%
B=52.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3934820.520.5900.68246.2541.3822.75
Hex272252343B044f62917
Octal4742122647301043665127
Binary1001111000101010010110100111011010001001111011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272252; }

 p { color: rgb(39,34,82); }

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

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

 a { background-color: rgb(39,34,82); }

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

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

 span { border-color: rgb(39,34,82); }

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