Html Css Color HEX #131719 Black Pearl

📋 copy color: '#131719'

red 19 ◦ green 23 ◦ blue 25

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

Shades of Black Pearl #131719

Tints of Black Pearl #131719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 34.33%

 BLUE value IS 25 (10.16% from 255) = 37.31%

R = 28.36%
G = 34.33%
B = 37.31%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#131719 (or 0x131719) is known color: Black Pearl. HEX triplet: 13, 17 and 19. RGB value is (19,23,25). Sum of RGB (Red+Green+Blue) = 19+23+25=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 25 - color contains mainly: blue. Hex color #131719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131719 is #ECE8E6. Grayscale: #161616. Windows color (decimal): -15526119 or 1644307. OLE color: 1644307.

HSL color Cylindrical-coordinate representation of color #131719: hue angle of 200º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131719 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 23 25 -
CMYK 0.24 0.08 0 0.90
HSL 200º 0.14% 0.09% -
HSV(B) 200º 0.24% 0.1% -
XYZ 0.75 0.82 1.04 -
YUV 22.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 19 23 25 0.24 0.08 0 0.90 200 0.14 0.09
Hex 13 17 19 18 8 0 5A C8 E 9
Octal 23 27 31 30 10 0 132 310 16 11
Binary 10011 10111 11001 11000 1000 0 1011010 11001000 1110 1001

Color Harmonies of #131719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131719

Black with #131719

Text Example


Text Example

White with #131719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131719; }

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

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

background-color css

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

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

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

border-color css

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

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

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