#0D171B

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

Shades of Black Pearl #0D171B

Tints of Black Pearl #0D171B

Color information

#0D171B (or 0x0D171B) is unknown color: approx Black Pearl. HEX triplet: 0D, 17 and 1B. RGB value is (13,23,27). Sum of RGB (Red+Green+Blue) = 13+23+27=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D171B is #F2E8E4. Grayscale: #141414. Windows color (decimal): -15919333 or 1775373. OLE color: 1775373.

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

Color convert

RGB132327-
CMYK0.520.1500.89
HSL197.14º35%7.84%-
HSV(B)197.14º51.85%10.59%-
XYZ0.670.781.15-
YUV20.47131.69122.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.63%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 27 (10.94% from 255) = 42.86%
R=20.63%
G=36.51%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1323270.520.1500.89197.14357.84
HexD171B34F059c5238
Octal152733641701313054310
Binary11011011111011110100111101011001110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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