Html Css Color HEX #101317 Black Pearl

📋 copy color: '#101317'

red 16 ◦ green 19 ◦ blue 23

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

Shades of Black Pearl #101317

Tints of Black Pearl #101317

RGB

 RED value IS 16 (6.64% from 255) = 27.59%

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

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

R = 27.59%
G = 32.76%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#101317 (or 0x101317) is known color: Black Pearl. HEX triplet: 10, 13 and 17. RGB value is (16,19,23). Sum of RGB (Red+Green+Blue) = 16+19+23=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 19 (7.81% from 255 or 32.76% 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 #101317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101317 is #EFECE8. Grayscale: #121212. Windows color (decimal): -15723753 or 1512208. OLE color: 1512208.

HSL color Cylindrical-coordinate representation of color #101317: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #101317 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 19 23 -
CMYK 0.30 0.17 0 0.91
HSL 214.29º 0.18% 0.08% -
HSV(B) 214.29º 0.3% 0.09% -
XYZ 0.6 0.64 0.9 -
YUV 18.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 16 19 23 0.30 0.17 0 0.91 214.29 0.18 0.08
Hex 10 13 17 1E 11 0 5B D6 12 8
Octal 20 23 27 36 21 0 133 326 22 10
Binary 10000 10011 10111 11110 10001 0 1011011 11010110 10010 1000

Color Harmonies of #101317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101317

Black with #101317

Text Example


Text Example

White with #101317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101317; }

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

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

background-color css

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

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

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

border-color css

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

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

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