Html Css Color HEX #0D1617 Black Pearl

📋 copy color: '#0D1617'

red 13 ◦ green 22 ◦ blue 23

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

Shades of Black Pearl #0D1617

Tints of Black Pearl #0D1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 37.93%

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

R = 22.41%
G = 37.93%
B = 39.66%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1617 (or 0x0D1617) is known color: Black Pearl. HEX triplet: 0D, 16 and 17. RGB value is (13,22,23). Sum of RGB (Red+Green+Blue) = 13+22+23=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1617 is #F2E9E8. Grayscale: #131313. Windows color (decimal): -15919593 or 1512973. OLE color: 1512973.

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

Color convert

RGB 13 22 23 -
CMYK 0.43 0.04 0 0.91
HSL 186º 0.28% 0.07% -
HSV(B) 186º 0.43% 0.09% -
XYZ 0.61 0.72 0.92 -
YUV 19.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 13 22 23 0.43 0.04 0 0.91 186 0.28 0.07
Hex D 16 17 2B 4 0 5B BA 1C 7
Octal 15 26 27 53 4 0 133 272 34 7
Binary 1101 10110 10111 101011 100 0 1011011 10111010 11100 111

Color Harmonies of #0D1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1617

Black with #0D1617

Text Example


Text Example

White with #0D1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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