#000D18

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

Shades of Black Pearl #000D18

Tints of Black Pearl #000D18

Color information

#000D18 (or 0x000D18) is unknown color: approx Black Pearl. HEX triplet: 00, 0D and 18. RGB value is (0,13,24). Sum of RGB (Red+Green+Blue) = 0+13+24=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #000D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D18 is #FFF2E7. Grayscale: #0A0A0A. Windows color (decimal): -16773864 or 1576192. OLE color: 1576192.

HSL color Cylindrical-coordinate representation of color #000D18: hue angle of 207.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D18 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB01324-
CMYK10.4600.91
HSL207.5º100%4.71%-
HSV(B)207.5º100%9.41%-
XYZ0.310.350.92-
YUV10.37135.69120.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 35.14%
BLUE value IS 24 (9.77% from 255) = 64.86%
R=0%
G=35.14%
B=64.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0132410.4600.91207.51004.71
Hex0D18642E05Bd0645
Octal015301445601333201445
Binary0110111000110010010111001011011110100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000D18; }

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

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

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

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

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

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

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

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