#181B1C

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

Shades of Black Pearl #181B1C

Tints of Black Pearl #181B1C

Color information

#181B1C (or 0x181B1C) is unknown color: approx Black Pearl. HEX triplet: 18, 1B and 1C. RGB value is (24,27,28). Sum of RGB (Red+Green+Blue) = 24+27+28=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 28 - color contains mainly: blue. Hex color #181B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B1C is #E7E4E3. Grayscale: #1A1A1A. Windows color (decimal): -15197412 or 1841944. OLE color: 1841944.

HSL color Cylindrical-coordinate representation of color #181B1C: hue angle of 195º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #181B1C is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB242728-
CMYK0.140.0400.89
HSL195º7.69%10.2%-
HSV(B)195º14.29%10.98%-
XYZ0.981.061.25-
YUV26.22129.01126.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=30.38%
G=34.18%
B=35.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427280.140.0400.891957.6910.2
Hex181B1CE4059c38a
Octal30333416401313031012
Binary1100011011111001110100010110011100001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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