#0D141B

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

Shades of Black Pearl #0D141B

Tints of Black Pearl #0D141B

Color information

#0D141B (or 0x0D141B) is unknown color: approx Black Pearl. HEX triplet: 0D, 14 and 1B. RGB value is (13,20,27). Sum of RGB (Red+Green+Blue) = 13+20+27=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D141B is #F2EBE4. Grayscale: #121212. Windows color (decimal): -15920101 or 1774605. OLE color: 1774605.

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

Color convert

RGB132027-
CMYK0.520.2600.89
HSL210º35%7.84%-
HSV(B)210º51.85%10.59%-
XYZ0.610.671.13-
YUV18.7132.68123.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.67%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 45%
R=21.67%
G=33.33%
B=45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1320270.520.2600.89210357.84
HexD141B341A059d2238
Octal152433643201313224310
Binary110110100110111101001101001011001110100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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