#27264C

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

Shades of Paua #27264C

Tints of Paua #27264C

Color information

#27264C (or 0x27264C) is unknown color: approx Paua. HEX triplet: 27, 26 and 4C. RGB value is (39,38,76). Sum of RGB (Red+Green+Blue) = 39+38+76=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #27264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27264C is #D8D9B3. Grayscale: #2A2A2A. Windows color (decimal): -14211508 or 4990503. OLE color: 4990503.

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

Color convert

RGB393876-
CMYK0.490.500.70
HSL241.58º33.33%22.35%-
HSV(B)241.58º50%29.8%-
XYZ2.832.347.14-
YUV42.63146.83125.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=25.49%
G=24.84%
B=49.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3938760.490.500.70241.5833.3322.35
Hex27264C3132046f22116
Octal4746114616201063624126
Binary1001111001101001100110001110010010001101111001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27264C; }

 p { color: rgb(39,38,76); }

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

<style>
 a { background-color: #27264C; }

 a { background-color: rgb(39,38,76); }

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

<style>
 span { border-color: #27264C; }

 span { border-color: rgb(39,38,76); }

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