#272343

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

Shades of Paua #272343

Tints of Paua #272343

Color information

#272343 (or 0x272343) is unknown color: approx Paua. HEX triplet: 27, 23 and 43. RGB value is (39,35,67). Sum of RGB (Red+Green+Blue) = 39+35+67=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #272343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272343 is #D8DCBC. Grayscale: #272727. Windows color (decimal): -14212285 or 4399911. OLE color: 4399911.

HSL color Cylindrical-coordinate representation of color #272343: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #272343 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB393567-
CMYK0.420.4800.74
HSL247.5º31.37%20%-
HSV(B)247.5º47.76%26.27%-
XYZ2.452.045.57-
YUV39.84143.33127.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 67 (26.56% from 255) = 47.52%
R=27.66%
G=24.82%
B=47.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3935670.420.4800.74247.531.3720
Hex2723432A3004Af81f14
Octal4743103526001123703724
Binary100111100011100001110101011000001001010111110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272343; }

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

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

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

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

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

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

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

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