Html Css Color HEX #0D1117 Black Pearl

📋 copy color: '#0D1117'

red 13 ◦ green 17 ◦ blue 23

#0D1117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #0D1117

Tints of Black Pearl #0D1117

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.4%

R = 24.53%
G = 32.08%
B = 43.4%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1117 (or 0x0D1117) is known color: 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

RGB 13 17 23 -
CMYK 0.43 0.26 0 0.91
HSL 216º 0.28% 0.07% -
HSV(B) 216º 0.43% 0.09% -
XYZ 0.52 0.55 0.89 -
YUV 16.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 13 17 23 0.43 0.26 0 0.91 216 0.28 0.07
Hex D 11 17 2B 1A 0 5B D8 1C 7
Octal 15 21 27 53 32 0 133 330 34 7
Binary 1101 10001 10111 101011 11010 0 1011011 11011000 11100 111

Color Harmonies of #0D1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1117

Black with #0D1117

Text Example


Text Example

White with #0D1117

Text Example


Text Example

HTML Codes & Css Web 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>