#13181E

Color #13181E Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #13181E

Tints of Black Pearl #13181E

Color information

#13181E (or 0x13181E) is unknown color: approx Black Pearl. HEX triplet: 13, 18 and 1E. RGB value is (19,24,30). Sum of RGB (Red+Green+Blue) = 19+24+30=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #13181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181E is #ECE7E1. Grayscale: #171717. Windows color (decimal): -15525858 or 1972243. OLE color: 1972243.

HSL color Cylindrical-coordinate representation of color #13181E: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #13181E is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB192430-
CMYK0.370.2000.88
HSL212.73º22.45%9.61%-
HSV(B)212.73º36.67%11.76%-
XYZ0.830.891.36-
YUV23.19131.84125.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=26.03%
G=32.88%
B=41.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1924300.370.2000.88212.7322.459.61
Hex13181E2514058d516a
Octal233036452401303252612
Binary100111100011110100101101000101100011010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13181E;
 }
 .AnyTagClassName
 {
   color: #13181E;
 }
</style>
background-color css

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

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

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

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

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

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