#181552

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

Shades of Paua #181552

Tints of Paua #181552

Color information

#181552 (or 0x181552) is unknown color: approx Paua. HEX triplet: 18, 15 and 52. RGB value is (24,21,82). Sum of RGB (Red+Green+Blue) = 24+21+82=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #181552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181552 is #E7EAAD. Grayscale: #1C1C1C. Windows color (decimal): -15198894 or 5379352. OLE color: 5379352.

HSL color Cylindrical-coordinate representation of color #181552: hue angle of 242.95º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181552 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB242182-
CMYK0.710.7400.68
HSL242.95º59.22%20.2%-
HSV(B)242.95º74.39%32.16%-
XYZ2.171.348.13-
YUV28.85157.99124.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.90%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 82 (32.42% from 255) = 64.57%
R=18.90%
G=16.54%
B=64.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2421820.710.7400.68242.9559.2220.2
Hex181552474A044f33b14
Octal302512210711201043637324
Binary1100010101101001010001111001010010001001111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181552; }

 p { color: rgb(24,21,82); }

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

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

 a { background-color: rgb(24,21,82); }

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

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

 span { border-color: rgb(24,21,82); }

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