#27214A

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

Shades of Paua #27214A

Tints of Paua #27214A

Color information

#27214A (or 0x27214A) is unknown color: approx Paua. HEX triplet: 27, 21 and 4A. RGB value is (39,33,74). Sum of RGB (Red+Green+Blue) = 39+33+74=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #27214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27214A is #D8DEB5. Grayscale: #272727. Windows color (decimal): -14212790 or 4858151. OLE color: 4858151.

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

Color convert

RGB393374-
CMYK0.470.5500.71
HSL248.78º38.32%20.98%-
HSV(B)248.78º55.41%29.02%-
XYZ2.622.016.73-
YUV39.47147.49127.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 74 (29.30% from 255) = 50.68%
R=26.71%
G=22.60%
B=50.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3933740.470.5500.71248.7838.3220.98
Hex27214A2F37047f92615
Octal4741112576701073714625
Binary1001111000011001010101111110111010001111111100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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