Html Css Color HEX #001519 Black Pearl

📋 copy color: '#001519'

red 0 ◦ green 21 ◦ blue 25

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

Shades of Black Pearl #001519

Tints of Black Pearl #001519

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 45.65%
B = 54.35%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#001519 (or 0x001519) is known color: Black Pearl. HEX triplet: 00, 15 and 19. RGB value is (0,21,25). Sum of RGB (Red+Green+Blue) = 0+21+25=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #001519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001519 is #FFEAE6. Grayscale: #0F0F0F. Windows color (decimal): -16771815 or 1643776. OLE color: 1643776.

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

Color convert

RGB 0 21 25 -
CMYK 1 0.16 0 0.90
HSL 189.6º 1% 0.05% -
HSV(B) 189.6º 1% 0.1% -
XYZ 0.44 0.61 1.01 -
YUV 15.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 0 21 25 1 0.16 0 0.90 189.6 1 0.05
Hex 0 15 19 64 10 0 5A BE 64 5
Octal 0 25 31 144 20 0 132 276 144 5
Binary 0 10101 11001 1100100 10000 0 1011010 10111110 1100100 101

Color Harmonies of #001519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001519

Black with #001519

Text Example


Text Example

White with #001519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001519; }

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

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

background-color css

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

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

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

border-color css

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

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

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