Html Css Color HEX #13171D Black Pearl

📋 copy color: '#13171D'

red 19 ◦ green 23 ◦ blue 29

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

Shades of Black Pearl #13171D

Tints of Black Pearl #13171D

RGB

 RED value IS 19 (7.81% from 255) = 26.76%

 GREEN value IS 23 (9.38% from 255) = 32.39%

 BLUE value IS 29 (11.72% from 255) = 40.85%

R = 26.76%
G = 32.39%
B = 40.85%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13171D (or 0x13171D) is known color: Black Pearl. HEX triplet: 13, 17 and 1D. RGB value is (19,23,29). Sum of RGB (Red+Green+Blue) = 19+23+29=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #13171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13171D is #ECE8E2. Grayscale: #161616. Windows color (decimal): -15526115 or 1906451. OLE color: 1906451.

HSL color Cylindrical-coordinate representation of color #13171D: hue angle of 216º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #13171D is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 23 29 -
CMYK 0.34 0.21 0 0.89
HSL 216º 0.21% 0.09% -
HSV(B) 216º 0.34% 0.11% -
XYZ 0.8 0.84 1.28 -
YUV 22.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 19 23 29 0.34 0.21 0 0.89 216 0.21 0.09
Hex 13 17 1D 22 15 0 59 D8 15 9
Octal 23 27 35 42 25 0 131 330 25 11
Binary 10011 10111 11101 100010 10101 0 1011001 11011000 10101 1001

Color Harmonies of #13171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13171D

Black with #13171D

Text Example


Text Example

White with #13171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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