#0D1218

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

Shades of Black Pearl #0D1218

Tints of Black Pearl #0D1218

Color information

#0D1218 (or 0x0D1218) is unknown color: approx Black Pearl. HEX triplet: 0D, 12 and 18. RGB value is (13,18,24). Sum of RGB (Red+Green+Blue) = 13+18+24=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1218 is #F2EDE7. Grayscale: #111111. Windows color (decimal): -15920616 or 1577485. OLE color: 1577485.

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

Color convert

RGB131824-
CMYK0.460.2500.91
HSL212.73º29.73%7.25%-
HSV(B)212.73º45.83%9.41%-
XYZ0.550.580.95-
YUV17.19131.84125.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.64%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=23.64%
G=32.73%
B=43.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1318240.460.2500.91212.7329.737.25
HexD12182E1905Bd51e7
Octal15223056310133325367
Binary1101100101100010111011001010110111101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1218; }

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

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

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

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

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

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

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

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