#0D151C

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

Shades of Black Pearl #0D151C

Tints of Black Pearl #0D151C

Color information

#0D151C (or 0x0D151C) is unknown color: approx Black Pearl. HEX triplet: 0D, 15 and 1C. RGB value is (13,21,28). Sum of RGB (Red+Green+Blue) = 13+21+28=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D151C is #F2EAE3. Grayscale: #131313. Windows color (decimal): -15919844 or 1840397. OLE color: 1840397.

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

Color convert

RGB132128-
CMYK0.540.2500.89
HSL208º36.59%8.04%-
HSV(B)208º53.57%10.98%-
XYZ0.640.711.2-
YUV19.41132.85123.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.97%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=20.97%
G=33.87%
B=45.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1321280.540.2500.8920836.598.04
HexD151C3619059d0258
Octal152534663101313204510
Binary110110101111001101101100101011001110100001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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