Html Css Color HEX #131415 Black Pearl

📋 copy color: '#131415'

red 19 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #131415

Tints of Black Pearl #131415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 33.33%

 BLUE value IS 21 (8.59% from 255) = 35%

R = 31.67%
G = 33.33%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131415 (or 0x131415) is known color: Black Pearl. HEX triplet: 13, 14 and 15. RGB value is (19,20,21). Sum of RGB (Red+Green+Blue) = 19+20+21=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 21 - color contains mainly: blue. Hex color #131415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131415 is #ECEBEA. Grayscale: #131313. Windows color (decimal): -15526891 or 1381395. OLE color: 1381395.

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

Color convert

RGB 19 20 21 -
CMYK 0.10 0.05 0 0.92
HSL 210º 0.05% 0.08% -
HSV(B) 210º 0.1% 0.08% -
XYZ 0.65 0.69 0.81 -
YUV 19.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 19 20 21 0.10 0.05 0 0.92 210 0.05 0.08
Hex 13 14 15 A 5 0 5C D2 5 8
Octal 23 24 25 12 5 0 134 322 5 10
Binary 10011 10100 10101 1010 101 0 1011100 11010010 101 1000

Color Harmonies of #131415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131415

Black with #131415

Text Example


Text Example

White with #131415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131415; }

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

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

background-color css

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

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

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

border-color css

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

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

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