#0D181D

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

Shades of Black Pearl #0D181D

Tints of Black Pearl #0D181D

Color information

#0D181D (or 0x0D181D) is unknown color: approx Black Pearl. HEX triplet: 0D, 18 and 1D. RGB value is (13,24,29). Sum of RGB (Red+Green+Blue) = 13+24+29=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D181D is #F2E7E2. Grayscale: #151515. Windows color (decimal): -15919075 or 1906701. OLE color: 1906701.

HSL color Cylindrical-coordinate representation of color #0D181D: hue angle of 198.75º 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 #0D181D is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB132429-
CMYK0.550.1700.89
HSL198.75º38.1%8.24%-
HSV(B)198.75º55.17%11.37%-
XYZ0.710.831.28-
YUV21.28132.36122.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.70%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=19.70%
G=36.36%
B=43.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1324290.550.1700.89198.7538.18.24
HexD181D3711059c7268
Octal153035672101313074610
Binary110111000111011101111000101011001110001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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