#27274D

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

Shades of Paua #27274D

Tints of Paua #27274D

Color information

#27274D (or 0x27274D) is unknown color: approx Paua. HEX triplet: 27, 27 and 4D. RGB value is (39,39,77). Sum of RGB (Red+Green+Blue) = 39+39+77=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #27274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27274D is #D8D8B2. Grayscale: #2B2B2B. Windows color (decimal): -14211251 or 5056295. OLE color: 5056295.

HSL color Cylindrical-coordinate representation of color #27274D: hue angle of 240º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27274D is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB393977-
CMYK0.490.4900.70
HSL240º32.76%22.75%-
HSV(B)240º49.35%30.2%-
XYZ2.92.427.33-
YUV43.33147124.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 77 (30.47% from 255) = 49.68%
R=25.16%
G=25.16%
B=49.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3939770.490.4900.7024032.7622.75
Hex27274D3131046f02117
Octal4747115616101063604127
Binary1001111001111001101110001110001010001101111000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27274D; }

 p { color: rgb(39,39,77); }

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

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

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

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

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

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

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