Html Css Color HEX #131518 Black Pearl

📋 copy color: '#131518'

red 19 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #131518

Tints of Black Pearl #131518

RGB

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

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

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

R = 29.69%
G = 32.81%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131518 (or 0x131518) is known color: Black Pearl. HEX triplet: 13, 15 and 18. RGB value is (19,21,24). Sum of RGB (Red+Green+Blue) = 19+21+24=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 24 - color contains mainly: blue. Hex color #131518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131518 is #ECEAE7. Grayscale: #141414. Windows color (decimal): -15526632 or 1578259. OLE color: 1578259.

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

Color convert

RGB 19 21 24 -
CMYK 0.21 0.13 0 0.91
HSL 216º 0.12% 0.08% -
HSV(B) 216º 0.21% 0.09% -
XYZ 0.7 0.74 0.97 -
YUV 20.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 19 21 24 0.21 0.13 0 0.91 216 0.12 0.08
Hex 13 15 18 15 D 0 5B D8 C 8
Octal 23 25 30 25 15 0 133 330 14 10
Binary 10011 10101 11000 10101 1101 0 1011011 11011000 1100 1000

Color Harmonies of #131518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131518

Black with #131518

Text Example


Text Example

White with #131518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131518; }

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

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

background-color css

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

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

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

border-color css

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

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

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