Html Css Color HEX #001719 Black Pearl

📋 copy color: '#001719'

red 0 ◦ green 23 ◦ blue 25

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

Shades of Black Pearl #001719

Tints of Black Pearl #001719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 47.92%

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

R = 0%
G = 47.92%
B = 52.08%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#001719 (or 0x001719) is known color: Black Pearl. HEX triplet: 00, 17 and 19. RGB value is (0,23,25). Sum of RGB (Red+Green+Blue) = 0+23+25=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #001719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001719 is #FFE8E6. Grayscale: #101010. Windows color (decimal): -16771303 or 1644288. OLE color: 1644288.

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

Color convert

RGB 0 23 25 -
CMYK 1 0.08 0 0.90
HSL 184.8º 1% 0.05% -
HSV(B) 184.8º 1% 0.1% -
XYZ 0.48 0.68 1.03 -
YUV 16.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 0 23 25 1 0.08 0 0.90 184.8 1 0.05
Hex 0 17 19 64 8 0 5A B9 64 5
Octal 0 27 31 144 10 0 132 271 144 5
Binary 0 10111 11001 1100100 1000 0 1011010 10111001 1100100 101

Color Harmonies of #001719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001719

Black with #001719

Text Example


Text Example

White with #001719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001719; }

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

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

background-color css

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

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

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

border-color css

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

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

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