#27244A

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

Shades of Paua #27244A

Tints of Paua #27244A

Color information

#27244A (or 0x27244A) is unknown color: approx Paua. HEX triplet: 27, 24 and 4A. RGB value is (39,36,74). Sum of RGB (Red+Green+Blue) = 39+36+74=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #27244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27244A is #D8DBB5. Grayscale: #292929. Windows color (decimal): -14212022 or 4858919. OLE color: 4858919.

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

Color convert

RGB393674-
CMYK0.470.5100.71
HSL244.74º34.55%21.57%-
HSV(B)244.74º51.35%29.02%-
XYZ2.72.196.76-
YUV41.23146.49126.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 74 (29.30% from 255) = 49.66%
R=26.17%
G=24.16%
B=49.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3936740.470.5100.71244.7434.5521.57
Hex27244A2F33047f52316
Octal4744112576301073654326
Binary1001111001001001010101111110011010001111111010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27244A; }

 p { color: rgb(39,36,74); }

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

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

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

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

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

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

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