#00181B

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

Shades of Black Pearl #00181B

Tints of Black Pearl #00181B

Color information

#00181B (or 0x00181B) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 1B. RGB value is (0,24,27). Sum of RGB (Red+Green+Blue) = 0+24+27=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #00181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00181B is #FFE7E4. Grayscale: #111111. Windows color (decimal): -16771045 or 1775616. OLE color: 1775616.

HSL color Cylindrical-coordinate representation of color #00181B: hue angle of 186.67º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00181B is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB02427-
CMYK10.1100.89
HSL186.67º100%5.29%-
HSV(B)186.67º100%10.59%-
XYZ0.520.731.15-
YUV17.17133.55115.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=0%
G=47.06%
B=52.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0242710.1100.89186.671005.29
Hex0181B64B059bb645
Octal030331441301312731445
Binary011000110111100100101101011001101110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00181B; }

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

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

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

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

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

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

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

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