#181152

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

Shades of Paua #181152

Tints of Paua #181152

Color information

#181152 (or 0x181152) is unknown color: approx Paua. HEX triplet: 18, 11 and 52. RGB value is (24,17,82). Sum of RGB (Red+Green+Blue) = 24+17+82=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #181152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181152 is #E7EEAD. Grayscale: #1A1A1A. Windows color (decimal): -15199918 or 5378328. OLE color: 5378328.

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

Color convert

RGB241782-
CMYK0.710.7900.68
HSL246.46º65.66%19.41%-
HSV(B)246.46º79.27%32.16%-
XYZ2.11.28.1-
YUV26.5159.32126.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 82 (32.42% from 255) = 66.67%
R=19.51%
G=13.82%
B=66.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2417820.710.7900.68246.4665.6619.41
Hex181152474F044f64213
Octal3021122107117010436610223
Binary11000100011010010100011110011110100010011110110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181152; }

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

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

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

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

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

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

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

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