Html Css Color HEX #001219 Black Pearl

📋 copy color: '#001219'

red 0 ◦ green 18 ◦ blue 25

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

Shades of Black Pearl #001219

Tints of Black Pearl #001219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 41.86%

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

R = 0%
G = 41.86%
B = 58.14%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#001219 (or 0x001219) is known color: Black Pearl. HEX triplet: 00, 12 and 19. RGB value is (0,18,25). Sum of RGB (Red+Green+Blue) = 0+18+25=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #001219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001219 is #FFEDE6. Grayscale: #0D0D0D. Windows color (decimal): -16772583 or 1643008. OLE color: 1643008.

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

Color convert

RGB 0 18 25 -
CMYK 1 0.28 0 0.90
HSL 196.8º 1% 0.05% -
HSV(B) 196.8º 1% 0.1% -
XYZ 0.39 0.5 1 -
YUV 13.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 0 18 25 1 0.28 0 0.90 196.8 1 0.05
Hex 0 12 19 64 1C 0 5A C5 64 5
Octal 0 22 31 144 34 0 132 305 144 5
Binary 0 10010 11001 1100100 11100 0 1011010 11000101 1100100 101

Color Harmonies of #001219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001219

Black with #001219

Text Example


Text Example

White with #001219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001219; }

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

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

background-color css

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

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

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

border-color css

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

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

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