#182531

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

Shades of Black Pearl #182531

Tints of Black Pearl #182531

Color information

#182531 (or 0x182531) is unknown color: approx Black Pearl. HEX triplet: 18, 25 and 31. RGB value is (24,37,49). Sum of RGB (Red+Green+Blue) = 24+37+49=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #182531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182531 is #E7DACE. Grayscale: #222222. Windows color (decimal): -15194831 or 3220760. OLE color: 3220760.

HSL color Cylindrical-coordinate representation of color #182531: hue angle of 208.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182531 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB243749-
CMYK0.510.2400.81
HSL208.8º34.25%14.31%-
HSV(B)208.8º51.02%19.22%-
XYZ1.591.743.16-
YUV34.48136.19120.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=21.82%
G=33.64%
B=44.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2437490.510.2400.81208.834.2514.31
Hex1825313318051d122e
Octal304561633001213214216
Binary110001001011100011100111100001010001110100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182531; }

 p { color: rgb(24,37,49); }

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

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

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

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

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

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

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