#181B1E

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

Shades of Black Pearl #181B1E

Tints of Black Pearl #181B1E

Color information

#181B1E (or 0x181B1E) is unknown color: approx Black Pearl. HEX triplet: 18, 1B and 1E. RGB value is (24,27,30). Sum of RGB (Red+Green+Blue) = 24+27+30=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 30 - color contains mainly: blue. Hex color #181B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B1E is #E7E4E1. Grayscale: #1A1A1A. Windows color (decimal): -15197410 or 1973016. OLE color: 1973016.

HSL color Cylindrical-coordinate representation of color #181B1E: hue angle of 210º 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 #181B1E is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB242730-
CMYK0.200.1000.88
HSL210º11.11%10.59%-
HSV(B)210º20%11.76%-
XYZ11.071.38-
YUV26.44130.01126.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=29.63%
G=33.33%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2427300.200.1000.8821011.1110.59
Hex181B1E14A058d2bb
Octal303336241201303221313
Binary110001101111110101001010010110001101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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