#001719

Color #001719 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #001719

Tints of Black Pearl #001719

Color information

#001719 (or 0x001719) is unknown color: approx 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

RGB02325-
CMYK10.0800.90
HSL184.8º100%4.9%-
HSV(B)184.8º100%9.8%-
XYZ0.480.681.03-
YUV16.35132.88116.34-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0232510.0800.90184.81004.9
Hex0171964805Ab9645
Octal027311441001322711445
Binary010111110011100100100001011010101110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>