#0D171C

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

Shades of Black Pearl #0D171C

Tints of Black Pearl #0D171C

Color information

#0D171C (or 0x0D171C) is unknown color: approx Black Pearl. HEX triplet: 0D, 17 and 1C. RGB value is (13,23,28). Sum of RGB (Red+Green+Blue) = 13+23+28=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D171C is #F2E8E3. Grayscale: #141414. Windows color (decimal): -15919332 or 1840909. OLE color: 1840909.

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

Color convert

RGB132328-
CMYK0.540.1800.89
HSL200º36.59%8.04%-
HSV(B)200º53.57%10.98%-
XYZ0.680.781.21-
YUV20.58132.19122.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=20.31%
G=35.94%
B=43.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1323280.540.1800.8920036.598.04
HexD171C3612059c8258
Octal152734662201313104510
Binary110110111111001101101001001011001110010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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