Html Css Color HEX #13191B Black Pearl

📋 copy color: '#13191B'

red 19 ◦ green 25 ◦ blue 27

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

Shades of Black Pearl #13191B

Tints of Black Pearl #13191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 38.03%

R = 26.76%
G = 35.21%
B = 38.03%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13191B (or 0x13191B) is known color: Black Pearl. HEX triplet: 13, 19 and 1B. RGB value is (19,25,27). Sum of RGB (Red+Green+Blue) = 19+25+27=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: blue. Hex color #13191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13191B is #ECE6E4. Grayscale: #171717. Windows color (decimal): -15525605 or 1775891. OLE color: 1775891.

HSL color Cylindrical-coordinate representation of color #13191B: hue angle of 195º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13191B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 25 27 -
CMYK 0.30 0.07 0 0.89
HSL 195º 0.17% 0.09% -
HSV(B) 195º 0.3% 0.11% -
XYZ 0.81 0.91 1.17 -
YUV 23.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 19 25 27 0.30 0.07 0 0.89 195 0.17 0.09
Hex 13 19 1B 1E 7 0 59 C3 11 9
Octal 23 31 33 36 7 0 131 303 21 11
Binary 10011 11001 11011 11110 111 0 1011001 11000011 10001 1001

Color Harmonies of #13191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13191B

Black with #13191B

Text Example


Text Example

White with #13191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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