#27234F

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

Shades of Paua #27234F

Tints of Paua #27234F

Color information

#27234F (or 0x27234F) is unknown color: approx Paua. HEX triplet: 27, 23 and 4F. RGB value is (39,35,79). Sum of RGB (Red+Green+Blue) = 39+35+79=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #27234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27234F is #D8DCB0. Grayscale: #292929. Windows color (decimal): -14212273 or 5186343. OLE color: 5186343.

HSL color Cylindrical-coordinate representation of color #27234F: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #27234F is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB393579-
CMYK0.510.5600.69
HSL245.45º38.6%22.35%-
HSV(B)245.45º55.7%30.98%-
XYZ2.852.27.67-
YUV41.21149.33126.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=25.49%
G=22.88%
B=51.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3935790.510.5600.69245.4538.622.35
Hex27234F3338045f52716
Octal4743117637001053654726
Binary1001111000111001111110011111000010001011111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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