Html Css Color HEX #13181D Black Pearl

📋 copy color: '#13181D'

red 19 ◦ green 24 ◦ blue 29

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

Shades of Black Pearl #13181D

Tints of Black Pearl #13181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 33.33%

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

R = 26.39%
G = 33.33%
B = 40.28%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13181D (or 0x13181D) is known color: Black Pearl. HEX triplet: 13, 18 and 1D. RGB value is (19,24,29). Sum of RGB (Red+Green+Blue) = 19+24+29=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #13181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181D is #ECE7E2. Grayscale: #171717. Windows color (decimal): -15525859 or 1906707. OLE color: 1906707.

HSL color Cylindrical-coordinate representation of color #13181D: hue angle of 210º 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 #13181D is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 24 29 -
CMYK 0.34 0.17 0 0.89
HSL 210º 0.21% 0.09% -
HSV(B) 210º 0.34% 0.11% -
XYZ 0.82 0.88 1.29 -
YUV 23.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 19 24 29 0.34 0.17 0 0.89 210 0.21 0.09
Hex 13 18 1D 22 11 0 59 D2 15 9
Octal 23 30 35 42 21 0 131 322 25 11
Binary 10011 11000 11101 100010 10001 0 1011001 11010010 10101 1001

Color Harmonies of #13181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13181D

Black with #13181D

Text Example


Text Example

White with #13181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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