#0D1A1D

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

Shades of Black Pearl #0D1A1D

Tints of Black Pearl #0D1A1D

Color information

#0D1A1D (or 0x0D1A1D) is unknown color: approx Black Pearl. HEX triplet: 0D, 1A and 1D. RGB value is (13,26,29). Sum of RGB (Red+Green+Blue) = 13+26+29=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D1A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1A1D is #F2E5E2. Grayscale: #161616. Windows color (decimal): -15918563 or 1907213. OLE color: 1907213.

HSL color Cylindrical-coordinate representation of color #0D1A1D: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D1A1D is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB132629-
CMYK0.550.1000.89
HSL191.25º38.1%8.24%-
HSV(B)191.25º55.17%11.37%-
XYZ0.760.911.3-
YUV22.46131.69121.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.12%
GREEN value IS 26 (10.55% from 255) = 38.24%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=19.12%
G=38.24%
B=42.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1326290.550.1000.89191.2538.18.24
HexD1A1D37A059bf268
Octal153235671201312774610
Binary11011101011101110111101001011001101111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,26,29); }

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

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

 a { background-color: rgb(13,26,29); }

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

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

 span { border-color: rgb(13,26,29); }

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