Html Css Color HEX #0D1116 Black Pearl

📋 copy color: '#0D1116'

red 13 ◦ green 17 ◦ blue 22

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

Shades of Black Pearl #0D1116

Tints of Black Pearl #0D1116

RGB

 RED value IS 13 (5.47% from 255) = 25%

 GREEN value IS 17 (7.03% from 255) = 32.69%

 BLUE value IS 22 (8.98% from 255) = 42.31%

R = 25%
G = 32.69%
B = 42.31%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1116 (or 0x0D1116) is known color: Black Pearl. HEX triplet: 0D, 11 and 16. RGB value is (13,17,22). Sum of RGB (Red+Green+Blue) = 13+17+22=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D1116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1116 is #F2EEE9. Grayscale: #101010. Windows color (decimal): -15920874 or 1446157. OLE color: 1446157.

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

Color convert

RGB 13 17 22 -
CMYK 0.41 0.23 0 0.91
HSL 213.33º 0.26% 0.07% -
HSV(B) 213.33º 0.41% 0.09% -
XYZ 0.51 0.54 0.84 -
YUV 16.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 13 17 22 0.41 0.23 0 0.91 213.33 0.26 0.07
Hex D 11 16 29 17 0 5B D5 1A 7
Octal 15 21 26 51 27 0 133 325 32 7
Binary 1101 10001 10110 101001 10111 0 1011011 11010101 11010 111

Color Harmonies of #0D1116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1116

Black with #0D1116

Text Example


Text Example

White with #0D1116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D1116;
 }
 .AnyTagClassName
 {
   color: #0D1116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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