#0D1215

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

Shades of Black Pearl #0D1215

Tints of Black Pearl #0D1215

Color information

#0D1215 (or 0x0D1215) is unknown color: approx Black Pearl. HEX triplet: 0D, 12 and 15. RGB value is (13,18,21). Sum of RGB (Red+Green+Blue) = 13+18+21=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D1215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1215 is #F2EDEA. Grayscale: #101010. Windows color (decimal): -15920619 or 1380877. OLE color: 1380877.

HSL color Cylindrical-coordinate representation of color #0D1215: hue angle of 202.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D1215 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB131821-
CMYK0.380.1400.92
HSL202.5º23.53%6.67%-
HSV(B)202.5º38.1%8.24%-
XYZ0.520.570.79-
YUV16.85130.34125.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=25%
G=34.62%
B=40.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1318210.380.1400.92202.523.536.67
HexD121526E05Cca187
Octal15222546160134312307
Binary110110010101011001101110010111001100101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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