Html Css Color HEX #131819 Black Pearl

📋 copy color: '#131819'

red 19 ◦ green 24 ◦ blue 25

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

Shades of Black Pearl #131819

Tints of Black Pearl #131819

RGB

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

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

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

R = 27.94%
G = 35.29%
B = 36.76%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#131819 (or 0x131819) is known color: Black Pearl. HEX triplet: 13, 18 and 19. RGB value is (19,24,25). Sum of RGB (Red+Green+Blue) = 19+24+25=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 25 - color contains mainly: blue. Hex color #131819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131819 is #ECE7E6. Grayscale: #161616. Windows color (decimal): -15525863 or 1644563. OLE color: 1644563.

HSL color Cylindrical-coordinate representation of color #131819: hue angle of 190º 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 #131819 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 24 25 -
CMYK 0.24 0.04 0 0.90
HSL 190º 0.14% 0.09% -
HSV(B) 190º 0.24% 0.1% -
XYZ 0.77 0.86 1.05 -
YUV 22.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 19 24 25 0.24 0.04 0 0.90 190 0.14 0.09
Hex 13 18 19 18 4 0 5A BE E 9
Octal 23 30 31 30 4 0 132 276 16 11
Binary 10011 11000 11001 11000 100 0 1011010 10111110 1110 1001

Color Harmonies of #131819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131819

Black with #131819

Text Example


Text Example

White with #131819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131819; }

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

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

background-color css

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

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

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

border-color css

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

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

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