Html Css Color HEX #13191E Black Pearl

📋 copy color: '#13191E'

red 19 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #13191E

Tints of Black Pearl #13191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40.54%

R = 25.68%
G = 33.78%
B = 40.54%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13191E (or 0x13191E) is known color: Black Pearl. HEX triplet: 13, 19 and 1E. RGB value is (19,25,30). Sum of RGB (Red+Green+Blue) = 19+25+30=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #13191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13191E is #ECE6E1. Grayscale: #171717. Windows color (decimal): -15525602 or 1972499. OLE color: 1972499.

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

Color convert

RGB 19 25 30 -
CMYK 0.37 0.17 0 0.88
HSL 207.27º 0.22% 0.1% -
HSV(B) 207.27º 0.37% 0.12% -
XYZ 0.85 0.93 1.36 -
YUV 23.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 19 25 30 0.37 0.17 0 0.88 207.27 0.22 0.1
Hex 13 19 1E 25 11 0 58 CF 16 A
Octal 23 31 36 45 21 0 130 317 26 12
Binary 10011 11001 11110 100101 10001 0 1011000 11001111 10110 1010

Color Harmonies of #13191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13191E

Black with #13191E

Text Example


Text Example

White with #13191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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