#0D181C

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

Shades of Black Pearl #0D181C

Tints of Black Pearl #0D181C

Color information

#0D181C (or 0x0D181C) is unknown color: approx Black Pearl. HEX triplet: 0D, 18 and 1C. RGB value is (13,24,28). Sum of RGB (Red+Green+Blue) = 13+24+28=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D181C is #F2E7E3. Grayscale: #151515. Windows color (decimal): -15919076 or 1841165. OLE color: 1841165.

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

Color convert

RGB132428-
CMYK0.540.1400.89
HSL196º36.59%8.04%-
HSV(B)196º53.57%10.98%-
XYZ0.70.821.22-
YUV21.17131.86122.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=20%
G=36.92%
B=43.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1324280.540.1400.8919636.598.04
HexD181C36E059c4258
Octal153034661601313044510
Binary11011100011100110110111001011001110001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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