#27234D

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

Shades of Paua #27234D

Tints of Paua #27234D

Color information

#27234D (or 0x27234D) is unknown color: approx Paua. HEX triplet: 27, 23 and 4D. RGB value is (39,35,77). Sum of RGB (Red+Green+Blue) = 39+35+77=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #27234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27234D is #D8DCB2. Grayscale: #282828. Windows color (decimal): -14212275 or 5055271. OLE color: 5055271.

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

Color convert

RGB393577-
CMYK0.490.5500.70
HSL245.71º37.5%21.96%-
HSV(B)245.71º54.55%30.2%-
XYZ2.782.177.29-
YUV40.98148.33126.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=25.83%
G=23.18%
B=50.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3935770.490.5500.70245.7137.521.96
Hex27234D3137046f62516
Octal4743115616701063664526
Binary1001111000111001101110001110111010001101111011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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