#27214D

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

Shades of Paua #27214D

Tints of Paua #27214D

Color information

#27214D (or 0x27214D) is unknown color: approx Paua. HEX triplet: 27, 21 and 4D. RGB value is (39,33,77). Sum of RGB (Red+Green+Blue) = 39+33+77=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #27214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27214D is #D8DEB2. Grayscale: #272727. Windows color (decimal): -14212787 or 5054759. OLE color: 5054759.

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

Color convert

RGB393377-
CMYK0.490.5700.70
HSL248.18º40%21.57%-
HSV(B)248.18º57.14%30.2%-
XYZ2.722.057.27-
YUV39.81148.99127.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=26.17%
G=22.15%
B=51.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3933770.490.5700.70248.184021.57
Hex27214D3139046f82816
Octal4741115617101063705026
Binary1001111000011001101110001111001010001101111100010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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