#181248

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

Shades of Paua #181248

Tints of Paua #181248

Color information

#181248 (or 0x181248) is unknown color: approx Paua. HEX triplet: 18, 12 and 48. RGB value is (24,18,72). Sum of RGB (Red+Green+Blue) = 24+18+72=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #181248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181248 is #E7EDB7. Grayscale: #191919. Windows color (decimal): -15199672 or 4723224. OLE color: 4723224.

HSL color Cylindrical-coordinate representation of color #181248: hue angle of 246.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181248 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB241872-
CMYK0.670.7500.72
HSL246.67º60%17.65%-
HSV(B)246.67º75%28.24%-
XYZ1.761.096.25-
YUV25.95153.99126.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=21.05%
G=15.79%
B=63.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2418720.670.7500.72246.676017.65
Hex181248434B048f73c12
Octal302211010311301103677422
Binary1100010010100100010000111001011010010001111011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181248; }

 p { color: rgb(24,18,72); }

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

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

 a { background-color: rgb(24,18,72); }

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

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

 span { border-color: rgb(24,18,72); }

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