Html Css Color HEX #0D1115 Black Pearl

📋 copy color: '#0D1115'

red 13 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #0D1115

Tints of Black Pearl #0D1115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 41.18%

R = 25.49%
G = 33.33%
B = 41.18%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0D1115 (or 0x0D1115) is known color: Black Pearl. HEX triplet: 0D, 11 and 15. RGB value is (13,17,21). Sum of RGB (Red+Green+Blue) = 13+17+21=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1115 is #F2EEEA. Grayscale: #101010. Windows color (decimal): -15920875 or 1380621. OLE color: 1380621.

HSL color Cylindrical-coordinate representation of color #0D1115: hue angle of 210º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D1115 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 17 21 -
CMYK 0.38 0.19 0 0.92
HSL 210º 0.24% 0.07% -
HSV(B) 210º 0.38% 0.08% -
XYZ 0.5 0.54 0.79 -
YUV 16.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 13 17 21 0.38 0.19 0 0.92 210 0.24 0.07
Hex D 11 15 26 13 0 5C D2 18 7
Octal 15 21 25 46 23 0 134 322 30 7
Binary 1101 10001 10101 100110 10011 0 1011100 11010010 11000 111

Color Harmonies of #0D1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1115

Black with #0D1115

Text Example


Text Example

White with #0D1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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