#00171F

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

Shades of Black Pearl #00171F

Tints of Black Pearl #00171F

Color information

#00171F (or 0x00171F) is unknown color: approx Black Pearl. HEX triplet: 00, 17 and 1F. RGB value is (0,23,31). Sum of RGB (Red+Green+Blue) = 0+23+31=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #00171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00171F is #FFE8E0. Grayscale: #101010. Windows color (decimal): -16771297 or 2037504. OLE color: 2037504.

HSL color Cylindrical-coordinate representation of color #00171F: hue angle of 195.48º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00171F is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB02331-
CMYK10.2600.88
HSL195.48º100%6.08%-
HSV(B)195.48º100%12.16%-
XYZ0.550.711.4-
YUV17.04135.88115.85-

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) = 42.59%
BLUE value IS 31 (12.5% from 255) = 57.41%
R=0%
G=42.59%
B=57.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0233110.2600.88195.481006.08
Hex0171F641A058c3646
Octal027371443201303031446
Binary0101111111111001001101001011000110000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00171F; }

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

 H1.HeaderClassName
 {
   color: #00171F;
 }
 .AnyTagClassName
 {
   color: #00171F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00171F;
 }
 .BgClassName
 {
   background-color: #00171F;
 }
</style>
border-color css

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

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

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