#182027

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

Shades of Black Pearl #182027

Tints of Black Pearl #182027

Color information

#182027 (or 0x182027) is unknown color: approx Black Pearl. HEX triplet: 18, 20 and 27. RGB value is (24,32,39). Sum of RGB (Red+Green+Blue) = 24+32+39=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #182027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182027 is #E7DFD8. Grayscale: #1E1E1E. Windows color (decimal): -15196121 or 2564120. OLE color: 2564120.

HSL color Cylindrical-coordinate representation of color #182027: hue angle of 208º 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 #182027 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB243239-
CMYK0.380.1800.85
HSL208º23.81%12.35%-
HSV(B)208º38.46%15.29%-
XYZ1.261.372.12-
YUV30.41132.85123.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=25.26%
G=33.68%
B=41.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2432390.380.1800.8520823.8112.35
Hex1820272612055d018c
Octal304047462201253203014
Binary11000100000100111100110100100101010111010000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182027; }

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

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

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

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

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

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

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

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