Html Css Color HEX #0D1417 Black Pearl

📋 copy color: '#0D1417'

red 13 ◦ green 20 ◦ blue 23

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

Shades of Black Pearl #0D1417

Tints of Black Pearl #0D1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.71%

 BLUE value IS 23 (9.38% from 255) = 41.07%

R = 23.21%
G = 35.71%
B = 41.07%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1417 (or 0x0D1417) is known color: Black Pearl. HEX triplet: 0D, 14 and 17. RGB value is (13,20,23). Sum of RGB (Red+Green+Blue) = 13+20+23=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1417 is #F2EBE8. Grayscale: #121212. Windows color (decimal): -15920105 or 1512461. OLE color: 1512461.

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

Color convert

RGB 13 20 23 -
CMYK 0.43 0.13 0 0.91
HSL 198º 0.28% 0.07% -
HSV(B) 198º 0.43% 0.09% -
XYZ 0.57 0.65 0.91 -
YUV 18.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 13 20 23 0.43 0.13 0 0.91 198 0.28 0.07
Hex D 14 17 2B D 0 5B C6 1C 7
Octal 15 24 27 53 15 0 133 306 34 7
Binary 1101 10100 10111 101011 1101 0 1011011 11000110 11100 111

Color Harmonies of #0D1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1417

Black with #0D1417

Text Example


Text Example

White with #0D1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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