Html Css Color HEX #131718 Black Pearl

📋 copy color: '#131718'

red 19 ◦ green 23 ◦ blue 24

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

Shades of Black Pearl #131718

Tints of Black Pearl #131718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 36.36%

R = 28.79%
G = 34.85%
B = 36.36%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131718 (or 0x131718) is known color: Black Pearl. HEX triplet: 13, 17 and 18. RGB value is (19,23,24). Sum of RGB (Red+Green+Blue) = 19+23+24=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 24 - color contains mainly: blue. Hex color #131718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131718 is #ECE8E7. Grayscale: #151515. Windows color (decimal): -15526120 or 1578771. OLE color: 1578771.

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

Color convert

RGB 19 23 24 -
CMYK 0.21 0.04 0 0.91
HSL 192º 0.12% 0.08% -
HSV(B) 192º 0.21% 0.09% -
XYZ 0.74 0.82 0.98 -
YUV 21.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 19 23 24 0.21 0.04 0 0.91 192 0.12 0.08
Hex 13 17 18 15 4 0 5B C0 C 8
Octal 23 27 30 25 4 0 133 300 14 10
Binary 10011 10111 11000 10101 100 0 1011011 11000000 1100 1000

Color Harmonies of #131718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131718

Black with #131718

Text Example


Text Example

White with #131718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131718; }

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

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

background-color css

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

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

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

border-color css

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

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

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