#181F27

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

Shades of Black Pearl #181F27

Tints of Black Pearl #181F27

Color information

#181F27 (or 0x181F27) is unknown color: approx Black Pearl. HEX triplet: 18, 1F and 27. RGB value is (24,31,39). Sum of RGB (Red+Green+Blue) = 24+31+39=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #181F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F27 is #E7E0D8. Grayscale: #1D1D1D. Windows color (decimal): -15196377 or 2563864. OLE color: 2563864.

HSL color Cylindrical-coordinate representation of color #181F27: hue angle of 212º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #181F27 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB243139-
CMYK0.380.2100.85
HSL212º23.81%12.35%-
HSV(B)212º38.46%15.29%-
XYZ1.231.322.11-
YUV29.82133.18123.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 31 (12.5% from 255) = 32.98%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=25.53%
G=32.98%
B=41.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2431390.380.2100.8521223.8112.35
Hex181F272615055d418c
Octal303747462501253243014
Binary1100011111100111100110101010101010111010100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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