Html Css Color HEX #13191F Black Pearl

📋 copy color: '#13191F'

red 19 ◦ green 25 ◦ blue 31

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

Shades of Black Pearl #13191F

Tints of Black Pearl #13191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 33.33%

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

R = 25.33%
G = 33.33%
B = 41.33%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13191F (or 0x13191F) is known color: Black Pearl. HEX triplet: 13, 19 and 1F. RGB value is (19,25,31). Sum of RGB (Red+Green+Blue) = 19+25+31=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #13191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13191F is #ECE6E0. Grayscale: #171717. Windows color (decimal): -15525601 or 2038035. OLE color: 2038035.

HSL color Cylindrical-coordinate representation of color #13191F: hue angle of 210º 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 #13191F is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 25 31 -
CMYK 0.39 0.19 0 0.88
HSL 210º 0.24% 0.1% -
HSV(B) 210º 0.39% 0.12% -
XYZ 0.86 0.93 1.43 -
YUV 23.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 19 25 31 0.39 0.19 0 0.88 210 0.24 0.1
Hex 13 19 1F 27 13 0 58 D2 18 A
Octal 23 31 37 47 23 0 130 322 30 12
Binary 10011 11001 11111 100111 10011 0 1011000 11010010 11000 1010

Color Harmonies of #13191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13191F

Black with #13191F

Text Example


Text Example

White with #13191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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