#181E1F

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

Shades of Black Pearl #181E1F

Tints of Black Pearl #181E1F

Color information

#181E1F (or 0x181E1F) is unknown color: approx Black Pearl. HEX triplet: 18, 1E and 1F. RGB value is (24,30,31). Sum of RGB (Red+Green+Blue) = 24+30+31=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 31 - color contains mainly: blue. Hex color #181E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E1F is #E7E1E0. Grayscale: #1C1C1C. Windows color (decimal): -15196641 or 2039320. OLE color: 2039320.

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

Color convert

RGB243031-
CMYK0.230.0300.88
HSL188.57º12.73%10.78%-
HSV(B)188.57º22.58%12.16%-
XYZ1.091.221.47-
YUV28.32129.51124.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=28.24%
G=35.29%
B=36.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2430310.230.0300.88188.5712.7310.78
Hex181E1F173058bddb
Octal30363727301302751513
Binary1100011110111111011111010110001011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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