#181A1B

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

Shades of Black Pearl #181A1B

Tints of Black Pearl #181A1B

Color information

#181A1B (or 0x181A1B) is unknown color: approx Black Pearl. HEX triplet: 18, 1A and 1B. RGB value is (24,26,27). Sum of RGB (Red+Green+Blue) = 24+26+27=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 27 - color contains mainly: blue. Hex color #181A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A1B is #E7E5E4. Grayscale: #191919. Windows color (decimal): -15197669 or 1776152. OLE color: 1776152.

HSL color Cylindrical-coordinate representation of color #181A1B: hue angle of 200º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #181A1B is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB242627-
CMYK0.110.0400.89
HSL200º5.88%10%-
HSV(B)200º11.11%10.59%-
XYZ0.941.011.18-
YUV25.52128.84126.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 26 (10.55% from 255) = 33.77%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=31.17%
G=33.77%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2426270.110.0400.892005.8810
Hex181A1BB4059c86a
Octal3032331340131310612
Binary110001101011011101110001011001110010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181A1B; }

 p { color: rgb(24,26,27); }

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

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

 a { background-color: rgb(24,26,27); }

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

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

 span { border-color: rgb(24,26,27); }

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