Html Css Color HEX #001319 Black Pearl

📋 copy color: '#001319'

red 0 ◦ green 19 ◦ blue 25

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

Shades of Black Pearl #001319

Tints of Black Pearl #001319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 43.18%

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

R = 0%
G = 43.18%
B = 56.82%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#001319 (or 0x001319) is known color: Black Pearl. HEX triplet: 00, 13 and 19. RGB value is (0,19,25). Sum of RGB (Red+Green+Blue) = 0+19+25=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #001319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001319 is #FFECE6. Grayscale: #0D0D0D. Windows color (decimal): -16772327 or 1643264. OLE color: 1643264.

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

Color convert

RGB 0 19 25 -
CMYK 1 0.24 0 0.90
HSL 194.4º 1% 0.05% -
HSV(B) 194.4º 1% 0.1% -
XYZ 0.41 0.54 1 -
YUV 14 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 0 19 25 1 0.24 0 0.90 194.4 1 0.05
Hex 0 13 19 64 18 0 5A C2 64 5
Octal 0 23 31 144 30 0 132 302 144 5
Binary 0 10011 11001 1100100 11000 0 1011010 11000010 1100100 101

Color Harmonies of #001319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001319

Black with #001319

Text Example


Text Example

White with #001319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001319; }

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

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

background-color css

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

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

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

border-color css

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

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

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