#0D1117

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

Shades of Black Pearl #0D1117

Tints of Black Pearl #0D1117

Color information

#0D1117 (or 0x0D1117) is unknown color: approx Black Pearl. HEX triplet: 0D, 11 and 17. RGB value is (13,17,23). Sum of RGB (Red+Green+Blue) = 13+17+23=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1117 is #F2EEE8. Grayscale: #101010. Windows color (decimal): -15920873 or 1511693. OLE color: 1511693.

HSL color Cylindrical-coordinate representation of color #0D1117: hue angle of 216º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D1117 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB131723-
CMYK0.430.2600.91
HSL216º27.78%7.06%-
HSV(B)216º43.48%9.02%-
XYZ0.520.550.89-
YUV16.49131.67125.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.53%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 23 (9.38% from 255) = 43.40%
R=24.53%
G=32.08%
B=43.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1317230.430.2600.9121627.787.06
HexD11172B1A05Bd81c7
Octal15212753320133330347
Binary1101100011011110101111010010110111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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