#182931

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

Shades of Black Pearl #182931

Tints of Black Pearl #182931

Color information

#182931 (or 0x182931) is unknown color: approx Black Pearl. HEX triplet: 18, 29 and 31. RGB value is (24,41,49). Sum of RGB (Red+Green+Blue) = 24+41+49=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #182931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182931 is #E7D6CE. Grayscale: #242424. Windows color (decimal): -15193807 or 3221784. OLE color: 3221784.

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

Color convert

RGB244149-
CMYK0.510.1600.81
HSL199.2º34.25%14.31%-
HSV(B)199.2º51.02%19.22%-
XYZ1.7223.2-
YUV36.83134.87118.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=21.05%
G=35.96%
B=42.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2441490.510.1600.81199.234.2514.31
Hex1829313310051c722e
Octal305161632001213074216
Binary110001010011100011100111000001010001110001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182931; }

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

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

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

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

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

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

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

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