Html Css Color HEX #0D1316 Black Pearl

📋 copy color: '#0D1316'

red 13 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #0D1316

Tints of Black Pearl #0D1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.19%

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

R = 24.07%
G = 35.19%
B = 40.74%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1316 (or 0x0D1316) is known color: Black Pearl. HEX triplet: 0D, 13 and 16. RGB value is (13,19,22). Sum of RGB (Red+Green+Blue) = 13+19+22=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D1316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1316 is #F2ECE9. Grayscale: #111111. Windows color (decimal): -15920362 or 1446669. OLE color: 1446669.

HSL color Cylindrical-coordinate representation of color #0D1316: hue angle of 200º 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 #0D1316 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 19 22 -
CMYK 0.41 0.14 0 0.91
HSL 200º 0.26% 0.07% -
HSV(B) 200º 0.41% 0.09% -
XYZ 0.54 0.61 0.85 -
YUV 17.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 13 19 22 0.41 0.14 0 0.91 200 0.26 0.07
Hex D 13 16 29 E 0 5B C8 1A 7
Octal 15 23 26 51 16 0 133 310 32 7
Binary 1101 10011 10110 101001 1110 0 1011011 11001000 11010 111

Color Harmonies of #0D1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1316

Black with #0D1316

Text Example


Text Example

White with #0D1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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