#0D1314

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

Shades of Black Pearl #0D1314

Tints of Black Pearl #0D1314

Color information

#0D1314 (or 0x0D1314) is unknown color: approx Black Pearl. HEX triplet: 0D, 13 and 14. RGB value is (13,19,20). Sum of RGB (Red+Green+Blue) = 13+19+20=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D1314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1314 is #F2ECEB. Grayscale: #111111. Windows color (decimal): -15920364 or 1315597. OLE color: 1315597.

HSL color Cylindrical-coordinate representation of color #0D1314: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D1314 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB131920-
CMYK0.350.0500.92
HSL188.57º21.21%6.47%-
HSV(B)188.57º35%7.84%-
XYZ0.530.60.75-
YUV17.32129.51124.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=25%
G=36.54%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1319200.350.0500.92188.5721.216.47
HexD131423505Cbd156
Octal1523244350134275256
Binary11011001110100100011101010111001011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,20); }

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

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

 a { background-color: rgb(13,19,20); }

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

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

 span { border-color: rgb(13,19,20); }

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