#181D1E

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

Shades of Black Pearl #181D1E

Tints of Black Pearl #181D1E

Color information

#181D1E (or 0x181D1E) is unknown color: approx Black Pearl. HEX triplet: 18, 1D and 1E. RGB value is (24,29,30). Sum of RGB (Red+Green+Blue) = 24+29+30=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 30 - color contains mainly: blue. Hex color #181D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D1E is #E7E2E1. Grayscale: #1B1B1B. Windows color (decimal): -15196898 or 1973528. OLE color: 1973528.

HSL color Cylindrical-coordinate representation of color #181D1E: hue angle of 190º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #181D1E is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB242930-
CMYK0.200.0300.88
HSL190º11.11%10.59%-
HSV(B)190º20%11.76%-
XYZ1.051.171.4-
YUV27.62129.34125.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.92%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=28.92%
G=34.94%
B=36.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2429300.200.0300.8819011.1110.59
Hex181D1E143058bebb
Octal30353624301302761313
Binary1100011101111101010011010110001011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,29,30); }

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

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

 a { background-color: rgb(24,29,30); }

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

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

 span { border-color: rgb(24,29,30); }

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