#182B31

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

Shades of Black Pearl #182B31

Tints of Black Pearl #182B31

Color information

#182B31 (or 0x182B31) is unknown color: approx Black Pearl. HEX triplet: 18, 2B and 31. RGB value is (24,43,49). Sum of RGB (Red+Green+Blue) = 24+43+49=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #182B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B31 is #E7D4CE. Grayscale: #252525. Windows color (decimal): -15193295 or 3222296. OLE color: 3222296.

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

Color convert

RGB244349-
CMYK0.510.1200.81
HSL194.4º34.25%14.31%-
HSV(B)194.4º51.02%19.22%-
XYZ1.792.143.22-
YUV38134.21118.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=20.69%
G=37.07%
B=42.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2443490.510.1200.81194.434.2514.31
Hex182B3133C051c222e
Octal305361631401213024216
Binary11000101011110001110011110001010001110000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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