Html Css Color HEX #131517 Black Pearl

📋 copy color: '#131517'

red 19 ◦ green 21 ◦ blue 23

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

Shades of Black Pearl #131517

Tints of Black Pearl #131517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 33.33%

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

R = 30.16%
G = 33.33%
B = 36.51%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131517 (or 0x131517) is known color: Black Pearl. HEX triplet: 13, 15 and 17. RGB value is (19,21,23). Sum of RGB (Red+Green+Blue) = 19+21+23=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 23 - color contains mainly: blue. Hex color #131517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131517 is #ECEAE8. Grayscale: #141414. Windows color (decimal): -15526633 or 1512723. OLE color: 1512723.

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

Color convert

RGB 19 21 23 -
CMYK 0.17 0.09 0 0.91
HSL 210º 0.1% 0.08% -
HSV(B) 210º 0.17% 0.09% -
XYZ 0.69 0.74 0.92 -
YUV 20.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 19 21 23 0.17 0.09 0 0.91 210 0.1 0.08
Hex 13 15 17 11 9 0 5B D2 A 8
Octal 23 25 27 21 11 0 133 322 12 10
Binary 10011 10101 10111 10001 1001 0 1011011 11010010 1010 1000

Color Harmonies of #131517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131517

Black with #131517

Text Example


Text Example

White with #131517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131517; }

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

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

background-color css

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

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

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

border-color css

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

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

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