#181851

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

Shades of Paua #181851

Tints of Paua #181851

Color information

#181851 (or 0x181851) is unknown color: approx Paua. HEX triplet: 18, 18 and 51. RGB value is (24,24,81). Sum of RGB (Red+Green+Blue) = 24+24+81=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #181851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181851 is #E7E7AE. Grayscale: #1E1E1E. Windows color (decimal): -15198127 or 5314584. OLE color: 5314584.

HSL color Cylindrical-coordinate representation of color #181851: hue angle of 240º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181851 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB242481-
CMYK0.700.7000.68
HSL240º54.29%20.59%-
HSV(B)240º70.37%31.76%-
XYZ2.191.447.95-
YUV30.5156.5123.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 81 (32.03% from 255) = 62.79%
R=18.60%
G=18.60%
B=62.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2424810.700.7000.6824054.2920.59
Hex1818514646044f03615
Octal303012110610601043606625
Binary1100011000101000110001101000110010001001111000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181851; }

 p { color: rgb(24,24,81); }

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

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

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

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

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

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

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