Html Css Color HEX #101519 Black Pearl

📋 copy color: '#101519'

red 16 ◦ green 21 ◦ blue 25

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

Shades of Black Pearl #101519

Tints of Black Pearl #101519

RGB

 RED value IS 16 (6.64% from 255) = 25.81%

 GREEN value IS 21 (8.59% from 255) = 33.87%

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

R = 25.81%
G = 33.87%
B = 40.32%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#101519 (or 0x101519) is known color: Black Pearl. HEX triplet: 10, 15 and 19. RGB value is (16,21,25). Sum of RGB (Red+Green+Blue) = 16+21+25=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #101519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101519 is #EFEAE6. Grayscale: #131313. Windows color (decimal): -15723239 or 1643792. OLE color: 1643792.

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

Color convert

RGB 16 21 25 -
CMYK 0.36 0.16 0 0.90
HSL 206.67º 0.22% 0.08% -
HSV(B) 206.67º 0.36% 0.1% -
XYZ 0.66 0.72 1.02 -
YUV 19.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 16 21 25 0.36 0.16 0 0.90 206.67 0.22 0.08
Hex 10 15 19 24 10 0 5A CF 16 8
Octal 20 25 31 44 20 0 132 317 26 10
Binary 10000 10101 11001 100100 10000 0 1011010 11001111 10110 1000

Color Harmonies of #101519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101519

Black with #101519

Text Example


Text Example

White with #101519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101519; }

 p { color: rgb(16,21,25); }

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

background-color css

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

 a { background-color: rgb(16,21,25); }

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

border-color css

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

 span { border-color: rgb(16,21,25); }

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