Html Css Color HEX #0D1317 Black Pearl

📋 copy color: '#0D1317'

red 13 ◦ green 19 ◦ blue 23

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

Shades of Black Pearl #0D1317

Tints of Black Pearl #0D1317

RGB

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

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

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

R = 23.64%
G = 34.55%
B = 41.82%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1317 (or 0x0D1317) is known color: Black Pearl. HEX triplet: 0D, 13 and 17. RGB value is (13,19,23). Sum of RGB (Red+Green+Blue) = 13+19+23=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1317 is #F2ECE8. Grayscale: #111111. Windows color (decimal): -15920361 or 1512205. OLE color: 1512205.

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

Color convert

RGB 13 19 23 -
CMYK 0.43 0.17 0 0.91
HSL 204º 0.28% 0.07% -
HSV(B) 204º 0.43% 0.09% -
XYZ 0.55 0.61 0.9 -
YUV 17.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 13 19 23 0.43 0.17 0 0.91 204 0.28 0.07
Hex D 13 17 2B 11 0 5B CC 1C 7
Octal 15 23 27 53 21 0 133 314 34 7
Binary 1101 10011 10111 101011 10001 0 1011011 11001100 11100 111

Color Harmonies of #0D1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1317

Black with #0D1317

Text Example


Text Example

White with #0D1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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