#182A31

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

Shades of Black Pearl #182A31

Tints of Black Pearl #182A31

Color information

#182A31 (or 0x182A31) is unknown color: approx Black Pearl. HEX triplet: 18, 2A and 31. RGB value is (24,42,49). Sum of RGB (Red+Green+Blue) = 24+42+49=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #182A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A31 is #E7D5CE. Grayscale: #252525. Windows color (decimal): -15193551 or 3222040. OLE color: 3222040.

HSL color Cylindrical-coordinate representation of color #182A31: hue angle of 196.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 #182A31 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB244249-
CMYK0.510.1400.81
HSL196.8º34.25%14.31%-
HSV(B)196.8º51.02%19.22%-
XYZ1.762.073.21-
YUV37.42134.54118.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=20.87%
G=36.52%
B=42.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2442490.510.1400.81196.834.2514.31
Hex182A3133E051c522e
Octal305261631601213054216
Binary11000101010110001110011111001010001110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A31; }

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

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

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

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

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

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

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

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