#010D18

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

Shades of Black Pearl #010D18

Tints of Black Pearl #010D18

Color information

#010D18 (or 0x010D18) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 18. RGB value is (1,13,24). Sum of RGB (Red+Green+Blue) = 1+13+24=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #010D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D18 is #FEF2E7. Grayscale: #0A0A0A. Windows color (decimal): -16708328 or 1576193. OLE color: 1576193.

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

Color convert

RGB11324-
CMYK0.960.4600.91
HSL208.7º92%4.9%-
HSV(B)208.7º95.83%9.41%-
XYZ0.320.360.92-
YUV10.67135.52121.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 24 (9.77% from 255) = 63.16%
R=2.63%
G=34.21%
B=63.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal113240.960.4600.91208.7924.9
Hex1D18602E05Bd15c5
Octal115301405601333211345
Binary1110111000110000010111001011011110100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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