Html Css Color HEX #121519 Black Pearl

📋 copy color: '#121519'

red 18 ◦ green 21 ◦ blue 25

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

Shades of Black Pearl #121519

Tints of Black Pearl #121519

RGB

 RED value IS 18 (7.42% from 255) = 28.13%

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

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

R = 28.13%
G = 32.81%
B = 39.06%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#121519 (or 0x121519) is known color: Black Pearl. HEX triplet: 12, 15 and 19. RGB value is (18,21,25). Sum of RGB (Red+Green+Blue) = 18+21+25=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #121519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121519 is #EDEAE6. Grayscale: #141414. Windows color (decimal): -15592167 or 1643794. OLE color: 1643794.

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

Color convert

RGB 18 21 25 -
CMYK 0.28 0.16 0 0.90
HSL 214.29º 0.16% 0.08% -
HSV(B) 214.29º 0.28% 0.1% -
XYZ 0.69 0.74 1.03 -
YUV 20.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 18 21 25 0.28 0.16 0 0.90 214.29 0.16 0.08
Hex 12 15 19 1C 10 0 5A D6 10 8
Octal 22 25 31 34 20 0 132 326 20 10
Binary 10010 10101 11001 11100 10000 0 1011010 11010110 10000 1000

Color Harmonies of #121519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121519

Black with #121519

Text Example


Text Example

White with #121519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121519; }

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

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

background-color css

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

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

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

border-color css

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

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

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