#182631

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

Shades of Black Pearl #182631

Tints of Black Pearl #182631

Color information

#182631 (or 0x182631) is unknown color: approx Black Pearl. HEX triplet: 18, 26 and 31. RGB value is (24,38,49). Sum of RGB (Red+Green+Blue) = 24+38+49=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #182631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182631 is #E7D9CE. Grayscale: #232323. Windows color (decimal): -15194575 or 3221016. OLE color: 3221016.

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

Color convert

RGB243849-
CMYK0.510.2200.81
HSL206.4º34.25%14.31%-
HSV(B)206.4º51.02%19.22%-
XYZ1.621.83.17-
YUV35.07135.86120.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.62%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=21.62%
G=34.23%
B=44.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2438490.510.2200.81206.434.2514.31
Hex1826313316051ce22e
Octal304661632601213164216
Binary110001001101100011100111011001010001110011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182631; }

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

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

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

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

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

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

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

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