#0D181B

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

Shades of Black Pearl #0D181B

Tints of Black Pearl #0D181B

Color information

#0D181B (or 0x0D181B) is unknown color: approx Black Pearl. HEX triplet: 0D, 18 and 1B. RGB value is (13,24,27). Sum of RGB (Red+Green+Blue) = 13+24+27=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D181B is #F2E7E4. Grayscale: #151515. Windows color (decimal): -15919077 or 1775629. OLE color: 1775629.

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

Color convert

RGB132427-
CMYK0.520.1100.89
HSL192.86º35%7.84%-
HSV(B)192.86º51.85%10.59%-
XYZ0.690.821.16-
YUV21.05131.36122.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 27 (10.94% from 255) = 42.19%
R=20.31%
G=37.5%
B=42.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1324270.520.1100.89192.86357.84
HexD181B34B059c1238
Octal153033641301313014310
Binary11011100011011110100101101011001110000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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