#0D171A

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

Shades of Black Pearl #0D171A

Tints of Black Pearl #0D171A

Color information

#0D171A (or 0x0D171A) is unknown color: approx Black Pearl. HEX triplet: 0D, 17 and 1A. RGB value is (13,23,26). Sum of RGB (Red+Green+Blue) = 13+23+26=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D171A is #F2E8E5. Grayscale: #141414. Windows color (decimal): -15919334 or 1709837. OLE color: 1709837.

HSL color Cylindrical-coordinate representation of color #0D171A: hue angle of 193.85º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D171A is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB132326-
CMYK0.50.1200.90
HSL193.85º33.33%7.65%-
HSV(B)193.85º50%10.2%-
XYZ0.660.771.09-
YUV20.35131.19122.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.97%
GREEN value IS 23 (9.38% from 255) = 37.10%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=20.97%
G=37.10%
B=41.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1323260.50.1200.90193.8533.337.65
HexD171A32C05Ac2218
Octal152732621401323024110
Binary11011011111010110010110001011010110000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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