Html Css Color HEX #13181F Black Pearl

📋 copy color: '#13181F'

red 19 ◦ green 24 ◦ blue 31

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

Shades of Black Pearl #13181F

Tints of Black Pearl #13181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 41.89%

R = 25.68%
G = 32.43%
B = 41.89%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13181F (or 0x13181F) is known color: Black Pearl. HEX triplet: 13, 18 and 1F. RGB value is (19,24,31). Sum of RGB (Red+Green+Blue) = 19+24+31=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #13181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181F is #ECE7E0. Grayscale: #171717. Windows color (decimal): -15525857 or 2037779. OLE color: 2037779.

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

Color convert

RGB 19 24 31 -
CMYK 0.39 0.23 0 0.88
HSL 215º 0.24% 0.1% -
HSV(B) 215º 0.39% 0.12% -
XYZ 0.84 0.89 1.42 -
YUV 23.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 19 24 31 0.39 0.23 0 0.88 215 0.24 0.1
Hex 13 18 1F 27 17 0 58 D7 18 A
Octal 23 30 37 47 27 0 130 327 30 12
Binary 10011 11000 11111 100111 10111 0 1011000 11010111 11000 1010

Color Harmonies of #13181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13181F

Black with #13181F

Text Example


Text Example

White with #13181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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