Html Css Color HEX #15191A Black Pearl

📋 copy color: '#15191A'

red 21 ◦ green 25 ◦ blue 26

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

Shades of Black Pearl #15191A

Tints of Black Pearl #15191A

RGB

 RED value IS 21 (8.59% from 255) = 29.17%

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

 BLUE value IS 26 (10.55% from 255) = 36.11%

R = 29.17%
G = 34.72%
B = 36.11%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#15191A (or 0x15191A) is known color: Black Pearl. HEX triplet: 15, 19 and 1A. RGB value is (21,25,26). Sum of RGB (Red+Green+Blue) = 21+25+26=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 26 - color contains mainly: blue. Hex color #15191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15191A is #EAE6E5. Grayscale: #171717. Windows color (decimal): -15394534 or 1710357. OLE color: 1710357.

HSL color Cylindrical-coordinate representation of color #15191A: hue angle of 192º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #15191A is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 21 25 26 -
CMYK 0.19 0.04 0 0.90
HSL 192º 0.11% 0.09% -
HSV(B) 192º 0.19% 0.1% -
XYZ 0.84 0.93 1.11 -
YUV 23.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 21 25 26 0.19 0.04 0 0.90 192 0.11 0.09
Hex 15 19 1A 13 4 0 5A C0 B 9
Octal 25 31 32 23 4 0 132 300 13 11
Binary 10101 11001 11010 10011 100 0 1011010 11000000 1011 1001

Color Harmonies of #15191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15191A

Black with #15191A

Text Example


Text Example

White with #15191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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