#182831

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

Shades of Black Pearl #182831

Tints of Black Pearl #182831

Color information

#182831 (or 0x182831) is unknown color: approx Black Pearl. HEX triplet: 18, 28 and 31. RGB value is (24,40,49). Sum of RGB (Red+Green+Blue) = 24+40+49=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #182831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182831 is #E7D7CE. Grayscale: #242424. Windows color (decimal): -15194063 or 3221528. OLE color: 3221528.

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

Color convert

RGB244049-
CMYK0.510.1800.81
HSL201.6º34.25%14.31%-
HSV(B)201.6º51.02%19.22%-
XYZ1.691.933.19-
YUV36.24135.2119.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.24%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=21.24%
G=35.40%
B=43.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2440490.510.1800.81201.634.2514.31
Hex1828313312051ca22e
Octal305061632201213124216
Binary110001010001100011100111001001010001110010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182831; }

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

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

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

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

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

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

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

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