Html Css Color HEX #0D1114 Black Pearl

📋 copy color: '#0D1114'

red 13 ◦ green 17 ◦ blue 20

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

Shades of Black Pearl #0D1114

Tints of Black Pearl #0D1114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 40%

R = 26%
G = 34%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0D1114 (or 0x0D1114) is known color: Black Pearl. HEX triplet: 0D, 11 and 14. RGB value is (13,17,20). Sum of RGB (Red+Green+Blue) = 13+17+20=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D1114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1114 is #F2EEEB. Grayscale: #101010. Windows color (decimal): -15920876 or 1315085. OLE color: 1315085.

HSL color Cylindrical-coordinate representation of color #0D1114: hue angle of 205.71º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D1114 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 17 20 -
CMYK 0.35 0.15 0 0.92
HSL 205.71º 0.21% 0.06% -
HSV(B) 205.71º 0.35% 0.08% -
XYZ 0.49 0.54 0.74 -
YUV 16.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 13 17 20 0.35 0.15 0 0.92 205.71 0.21 0.06
Hex D 11 14 23 F 0 5C CE 15 6
Octal 15 21 24 43 17 0 134 316 25 6
Binary 1101 10001 10100 100011 1111 0 1011100 11001110 10101 110

Color Harmonies of #0D1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1114

Black with #0D1114

Text Example


Text Example

White with #0D1114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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