#0D141C

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

Shades of Black Pearl #0D141C

Tints of Black Pearl #0D141C

Color information

#0D141C (or 0x0D141C) is unknown color: approx Black Pearl. HEX triplet: 0D, 14 and 1C. RGB value is (13,20,28). Sum of RGB (Red+Green+Blue) = 13+20+28=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D141C is #F2EBE3. Grayscale: #121212. Windows color (decimal): -15920100 or 1840141. OLE color: 1840141.

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

Color convert

RGB132028-
CMYK0.540.2900.89
HSL212º36.59%8.04%-
HSV(B)212º53.57%10.98%-
XYZ0.630.671.19-
YUV18.82133.18123.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.31%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=21.31%
G=32.79%
B=45.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1320280.540.2900.8921236.598.04
HexD141C361D059d4258
Octal152434663501313244510
Binary110110100111001101101110101011001110101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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